Html Css Color HEX #B86DCF Medium Orchid

📋 copy color: '#B86DCF'

red 184 ◦ green 109 ◦ blue 207

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

Shades of Medium Orchid #B86DCF

Tints of Medium Orchid #B86DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.8%

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

R = 36.8%
G = 21.8%
B = 41.4%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B86DCF (or 0xB86DCF) is known color: Medium Orchid. HEX triplet: B8, 6D and CF. RGB value is (184,109,207). Sum of RGB (Red+Green+Blue) = 184+109+207=500 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #B86DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B86DCF is #479230. Grayscale: #8E8E8E. Windows color (decimal): -4690481 or 13594040. OLE color: 13594040.

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

Color convert

RGB 184 109 207 -
CMYK 0.11 0.47 0 0.19
HSL 285.92º 0.51% 0.62% -
HSV(B) 285.92º 0.47% 0.81% -
XYZ 36.5 25.63 62.06 -
YUV 142.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 184 109 207 0.11 0.47 0 0.19 285.92 0.51 0.62
Hex B8 6D CF B 2F 0 13 11E 33 3E
Octal 270 155 317 13 57 0 23 436 63 76
Binary 10111000 1101101 11001111 1011 101111 0 10011 100011110 110011 111110

Color Harmonies of #B86DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86DCF

Black with #B86DCF

Text Example


Text Example

White with #B86DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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