Html Css Color HEX #B86FCF Medium Orchid

📋 copy color: '#B86FCF'

red 184 ◦ green 111 ◦ blue 207

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

Shades of Medium Orchid #B86FCF

Tints of Medium Orchid #B86FCF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 36.65%
G = 22.11%
B = 41.24%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86FCF (or 0xB86FCF) is known color: Medium Orchid. HEX triplet: B8, 6F and CF. RGB value is (184,111,207). Sum of RGB (Red+Green+Blue) = 184+111+207=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FCF is #479030. Grayscale: #8F8F8F. Windows color (decimal): -4689969 or 13594552. OLE color: 13594552.

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

Color convert

RGB 184 111 207 -
CMYK 0.11 0.46 0 0.19
HSL 285.63º 0.5% 0.62% -
HSV(B) 285.63º 0.46% 0.81% -
XYZ 36.71 26.06 62.13 -
YUV 143.77 163.68 156.69 -
System Red Green Blue C M Y K H S L
Decimal 184 111 207 0.11 0.46 0 0.19 285.63 0.5 0.62
Hex B8 6F CF B 2E 0 13 11E 32 3E
Octal 270 157 317 13 56 0 23 436 62 76
Binary 10111000 1101111 11001111 1011 101110 0 10011 100011110 110010 111110

Color Harmonies of #B86FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FCF

Black with #B86FCF

Text Example


Text Example

White with #B86FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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