Html Css Color HEX #B861CE Medium Orchid

📋 copy color: '#B861CE'

red 184 ◦ green 97 ◦ blue 206

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

Shades of Medium Orchid #B861CE

Tints of Medium Orchid #B861CE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.92%

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 37.78%
G = 19.92%
B = 42.3%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B861CE (or 0xB861CE) is known color: Medium Orchid. HEX triplet: B8, 61 and CE. RGB value is (184,97,206). Sum of RGB (Red+Green+Blue) = 184+97+206=487 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.78% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #B861CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861CE is #479E31. Grayscale: #878787. Windows color (decimal): -4693554 or 13525432. OLE color: 13525432.

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

Color convert

RGB 184 97 206 -
CMYK 0.11 0.53 0 0.19
HSL 287.89º 0.53% 0.59% -
HSV(B) 287.89º 0.53% 0.81% -
XYZ 35.18 23.2 61.02 -
YUV 135.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 184 97 206 0.11 0.53 0 0.19 287.89 0.53 0.59
Hex B8 61 CE B 35 0 13 120 35 3B
Octal 270 141 316 13 65 0 23 440 65 73
Binary 10111000 1100001 11001110 1011 110101 0 10011 100100000 110101 111011

Color Harmonies of #B861CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B861CE

Black with #B861CE

Text Example


Text Example

White with #B861CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B861CE; }

 p { color: rgb(184,97,206); }

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

background-color css

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

 a { background-color: rgb(184,97,206); }

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

border-color css

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

 span { border-color: rgb(184,97,206); }

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