Html Css Color HEX #B871DB Medium Orchid

📋 copy color: '#B871DB'

red 184 ◦ green 113 ◦ blue 219

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

Shades of Medium Orchid #B871DB

Tints of Medium Orchid #B871DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 35.66%
G = 21.9%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B871DB (or 0xB871DB) is known color: Medium Orchid. HEX triplet: B8, 71 and DB. RGB value is (184,113,219). Sum of RGB (Red+Green+Blue) = 184+113+219=516 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.66% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B871DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DB is #478E24. Grayscale: #919191. Windows color (decimal): -4689445 or 14381496. OLE color: 14381496.

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

Color convert

RGB 184 113 219 -
CMYK 0.16 0.48 0 0.14
HSL 280.19º 0.6% 0.65% -
HSV(B) 280.19º 0.48% 0.86% -
XYZ 38.46 27.12 70.22 -
YUV 146.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 184 113 219 0.16 0.48 0 0.14 280.19 0.6 0.65
Hex B8 71 DB 10 30 0 E 118 3C 41
Octal 270 161 333 20 60 0 16 430 74 101
Binary 10111000 1110001 11011011 10000 110000 0 1110 100011000 111100 1000001

Color Harmonies of #B871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871DB

Black with #B871DB

Text Example


Text Example

White with #B871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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