Html Css Color HEX #B86FD9 Medium Orchid

📋 copy color: '#B86FD9'

red 184 ◦ green 111 ◦ blue 217

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

Shades of Medium Orchid #B86FD9

Tints of Medium Orchid #B86FD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 42.38%

R = 35.94%
G = 21.68%
B = 42.38%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B86FD9 (or 0xB86FD9) is known color: Medium Orchid. HEX triplet: B8, 6F and D9. RGB value is (184,111,217). Sum of RGB (Red+Green+Blue) = 184+111+217=512 (67% of max value = 765). Red value is 184 (72.27% from 255 or 35.94% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 217 (85.16% from 255 or 42.38% from 512); Max value from RGB is 217 - color contains mainly: blue. Hex color #B86FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD9 is #479026. Grayscale: #909090. Windows color (decimal): -4689959 or 14249912. OLE color: 14249912.

HSL color Cylindrical-coordinate representation of color #B86FD9: hue angle of 281.32º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B86FD9 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 111 217 -
CMYK 0.15 0.49 0 0.15
HSL 281.32º 0.58% 0.64% -
HSV(B) 281.32º 0.49% 0.85% -
XYZ 37.98 26.57 68.77 -
YUV 144.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 184 111 217 0.15 0.49 0 0.15 281.32 0.58 0.64
Hex B8 6F D9 F 31 0 F 119 3A 40
Octal 270 157 331 17 61 0 17 431 72 100
Binary 10111000 1101111 11011001 1111 110001 0 1111 100011001 111010 1000000

Color Harmonies of #B86FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FD9

Black with #B86FD9

Text Example


Text Example

White with #B86FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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