Html Css Color HEX #B86FD6 Medium Orchid

📋 copy color: '#B86FD6'

red 184 ◦ green 111 ◦ blue 214

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

Shades of Medium Orchid #B86FD6

Tints of Medium Orchid #B86FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 36.15%
G = 21.81%
B = 42.04%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B86FD6 (or 0xB86FD6) is known color: Medium Orchid. HEX triplet: B8, 6F and D6. RGB value is (184,111,214). Sum of RGB (Red+Green+Blue) = 184+111+214=509 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.15% from 509); Green value is 111 (43.75% from 255 or 21.81% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #B86FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD6 is #479029. Grayscale: #909090. Windows color (decimal): -4689962 or 14053304. OLE color: 14053304.

HSL color Cylindrical-coordinate representation of color #B86FD6: hue angle of 282.52º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B86FD6 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 111 214 -
CMYK 0.14 0.48 0 0.16
HSL 282.52º 0.56% 0.64% -
HSV(B) 282.52º 0.48% 0.84% -
XYZ 37.59 26.41 66.74 -
YUV 144.57 167.18 156.12 -
System Red Green Blue C M Y K H S L
Decimal 184 111 214 0.14 0.48 0 0.16 282.52 0.56 0.64
Hex B8 6F D6 E 30 0 10 11B 38 40
Octal 270 157 326 16 60 0 20 433 70 100
Binary 10111000 1101111 11010110 1110 110000 0 10000 100011011 111000 1000000

Color Harmonies of #B86FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FD6

Black with #B86FD6

Text Example


Text Example

White with #B86FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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