Html Css Color HEX #B86EEA Medium Orchid

📋 copy color: '#B86EEA'

red 184 ◦ green 110 ◦ blue 234

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

Shades of Medium Orchid #B86EEA

Tints of Medium Orchid #B86EEA

RGB

 RED value IS 184 (72.27% from 255) = 34.85%

 GREEN value IS 110 (43.36% from 255) = 20.83%

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

R = 34.85%
G = 20.83%
B = 44.32%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B86EEA (or 0xB86EEA) is known color: Medium Orchid. HEX triplet: B8, 6E and EA. RGB value is (184,110,234). Sum of RGB (Red+Green+Blue) = 184+110+234=528 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.85% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #B86EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B86EEA is #479115. Grayscale: #919191. Windows color (decimal): -4690198 or 15363768. OLE color: 15363768.

HSL color Cylindrical-coordinate representation of color #B86EEA: hue angle of 275.81º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B86EEA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 110 234 -
CMYK 0.21 0.53 0 0.08
HSL 275.81º 0.75% 0.67% -
HSV(B) 275.81º 0.53% 0.92% -
XYZ 40.19 27.28 80.99 -
YUV 146.26 177.52 154.92 -
System Red Green Blue C M Y K H S L
Decimal 184 110 234 0.21 0.53 0 0.08 275.81 0.75 0.67
Hex B8 6E EA 15 35 0 8 114 4B 43
Octal 270 156 352 25 65 0 10 424 113 103
Binary 10111000 1101110 11101010 10101 110101 0 1000 100010100 1001011 1000011

Color Harmonies of #B86EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86EEA

Black with #B86EEA

Text Example


Text Example

White with #B86EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86EEA; }

 p { color: rgb(184,110,234); }

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

background-color css

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

 a { background-color: rgb(184,110,234); }

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

border-color css

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

 span { border-color: rgb(184,110,234); }

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