Html Css Color HEX #B86FC8 Medium Orchid

📋 copy color: '#B86FC8'

red 184 ◦ green 111 ◦ blue 200

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

Shades of Medium Orchid #B86FC8

Tints of Medium Orchid #B86FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.4%

R = 37.17%
G = 22.42%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B86FC8 (or 0xB86FC8) is known color: Medium Orchid. HEX triplet: B8, 6F and C8. RGB value is (184,111,200). Sum of RGB (Red+Green+Blue) = 184+111+200=495 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.17% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 200 (78.52% from 255 or 40.40% from 495); Max value from RGB is 200 - color contains mainly: blue. Hex color #B86FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FC8 is #479037. Grayscale: #8E8E8E. Windows color (decimal): -4689976 or 13135800. OLE color: 13135800.

HSL color Cylindrical-coordinate representation of color #B86FC8: hue angle of 289.21º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B86FC8 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 111 200 -
CMYK 0.08 0.44 0 0.22
HSL 289.21º 0.45% 0.61% -
HSV(B) 289.21º 0.45% 0.78% -
XYZ 35.88 25.73 57.72 -
YUV 142.97 160.18 157.26 -
System Red Green Blue C M Y K H S L
Decimal 184 111 200 0.08 0.44 0 0.22 289.21 0.45 0.61
Hex B8 6F C8 8 2C 0 16 121 2D 3D
Octal 270 157 310 10 54 0 26 441 55 75
Binary 10111000 1101111 11001000 1000 101100 0 10110 100100001 101101 111101

Color Harmonies of #B86FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FC8

Black with #B86FC8

Text Example


Text Example

White with #B86FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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