Html Css Color HEX #B871CE Medium Orchid

📋 copy color: '#B871CE'

red 184 ◦ green 113 ◦ blue 206

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

Shades of Medium Orchid #B871CE

Tints of Medium Orchid #B871CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.47%

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

R = 36.58%
G = 22.47%
B = 40.95%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B871CE (or 0xB871CE) is known color: Medium Orchid. HEX triplet: B8, 71 and CE. RGB value is (184,113,206). Sum of RGB (Red+Green+Blue) = 184+113+206=503 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.58% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B871CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871CE is #478E31. Grayscale: #909090. Windows color (decimal): -4689458 or 13529528. OLE color: 13529528.

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

Color convert

RGB 184 113 206 -
CMYK 0.11 0.45 0 0.19
HSL 285.81º 0.49% 0.63% -
HSV(B) 285.81º 0.45% 0.81% -
XYZ 36.81 26.46 61.56 -
YUV 144.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 184 113 206 0.11 0.45 0 0.19 285.81 0.49 0.63
Hex B8 71 CE B 2D 0 13 11E 31 3F
Octal 270 161 316 13 55 0 23 436 61 77
Binary 10111000 1110001 11001110 1011 101101 0 10011 100011110 110001 111111

Color Harmonies of #B871CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871CE

Black with #B871CE

Text Example


Text Example

White with #B871CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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