Html Css Color HEX #B86FD0 Medium Orchid

📋 copy color: '#B86FD0'

red 184 ◦ green 111 ◦ blue 208

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

Shades of Medium Orchid #B86FD0

Tints of Medium Orchid #B86FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 36.58%
G = 22.07%
B = 41.35%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B86FD0 (or 0xB86FD0) is known color: Medium Orchid. HEX triplet: B8, 6F and D0. RGB value is (184,111,208). Sum of RGB (Red+Green+Blue) = 184+111+208=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #B86FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86FD0 is #47902F. Grayscale: #8F8F8F. Windows color (decimal): -4689968 or 13660088. OLE color: 13660088.

HSL color Cylindrical-coordinate representation of color #B86FD0: hue angle of 285.15º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B86FD0 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 184 111 208 -
CMYK 0.12 0.47 0 0.18
HSL 285.15º 0.51% 0.63% -
HSV(B) 285.15º 0.47% 0.82% -
XYZ 36.84 26.11 62.77 -
YUV 143.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 184 111 208 0.12 0.47 0 0.18 285.15 0.51 0.63
Hex B8 6F D0 C 2F 0 12 11D 33 3F
Octal 270 157 320 14 57 0 22 435 63 77
Binary 10111000 1101111 11010000 1100 101111 0 10010 100011101 110011 111111

Color Harmonies of #B86FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86FD0

Black with #B86FD0

Text Example


Text Example

White with #B86FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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