Html Css Color HEX #B86CCF Medium Orchid

📋 copy color: '#B86CCF'

red 184 ◦ green 108 ◦ blue 207

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

Shades of Medium Orchid #B86CCF

Tints of Medium Orchid #B86CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 207 (81.25% from 255) = 41.48%

R = 36.87%
G = 21.64%
B = 41.48%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86CCF (or 0xB86CCF) is known color: Medium Orchid. HEX triplet: B8, 6C and CF. RGB value is (184,108,207). Sum of RGB (Red+Green+Blue) = 184+108+207=499 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.87% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86CCF is #479330. Grayscale: #8D8D8D. Windows color (decimal): -4690737 or 13593784. OLE color: 13593784.

HSL color Cylindrical-coordinate representation of color #B86CCF: hue angle of 286.06º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86CCF is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 184 108 207 -
CMYK 0.11 0.48 0 0.19
HSL 286.06º 0.51% 0.62% -
HSV(B) 286.06º 0.48% 0.81% -
XYZ 36.39 25.42 62.02 -
YUV 142.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 184 108 207 0.11 0.48 0 0.19 286.06 0.51 0.62
Hex B8 6C CF B 30 0 13 11E 33 3E
Octal 270 154 317 13 60 0 23 436 63 76
Binary 10111000 1101100 11001111 1011 110000 0 10011 100011110 110011 111110

Color Harmonies of #B86CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86CCF

Black with #B86CCF

Text Example


Text Example

White with #B86CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86CCF; }

 p { color: rgb(184,108,207); }

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

background-color css

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

 a { background-color: rgb(184,108,207); }

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

border-color css

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

 span { border-color: rgb(184,108,207); }

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