Html Css Color HEX #B640EA Medium Orchid

📋 copy color: '#B640EA'

red 182 ◦ green 64 ◦ blue 234

#B640EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B640EA

Tints of Medium Orchid #B640EA

RGB

 RED value IS 182 (71.48% from 255) = 37.92%

 GREEN value IS 64 (25.39% from 255) = 13.33%

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 37.92%
G = 13.33%
B = 48.75%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B640EA (or 0xB640EA) is known color: Medium Orchid. HEX triplet: B6, 40 and EA. RGB value is (182,64,234). Sum of RGB (Red+Green+Blue) = 182+64+234=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 64 (25.39% from 255 or 13.33% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #B640EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B640EA is #49BF15. Grayscale: #767676. Windows color (decimal): -4833046 or 15351990. OLE color: 15351990.

HSL color Cylindrical-coordinate representation of color #B640EA: hue angle of 281.65º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B640EA is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 64 234 -
CMYK 0.22 0.73 0 0.08
HSL 281.65º 0.8% 0.58% -
HSV(B) 281.65º 0.73% 0.92% -
XYZ 35.98 19.55 79.72 -
YUV 118.66 193.09 173.18 -
System Red Green Blue C M Y K H S L
Decimal 182 64 234 0.22 0.73 0 0.08 281.65 0.8 0.58
Hex B6 40 EA 16 49 0 8 11A 50 3A
Octal 266 100 352 26 111 0 10 432 120 72
Binary 10110110 1000000 11101010 10110 1001001 0 1000 100011010 1010000 111010

Color Harmonies of #B640EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B640EA

Black with #B640EA

Text Example


Text Example

White with #B640EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B640EA; }

 p { color: rgb(182,64,234); }

 H1.HeaderClassName
 {
   color: #B640EA;
 }
 .AnyTagClassName
 {
   color: #B640EA;
 }
</style>

background-color css

<style>
 a { background-color: #B640EA; }

 a { background-color: rgb(182,64,234); }

 div.DivClassName
 {
   background-color: #B640EA;
 }
 .BgClassName
 {
   background-color: #B640EA;
 }
</style>

border-color css

<style>
 span { border-color: #B640EA; }

 span { border-color: rgb(182,64,234); }

 td.TdClassName
 {
   border-color: #B640EA;
 }
 .TagClassName
 {
   border-color: #B640EA;
 }
</style>