Html Css Color HEX #B871DC Medium Orchid

📋 copy color: '#B871DC'

red 184 ◦ green 113 ◦ blue 220

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

Shades of Medium Orchid #B871DC

Tints of Medium Orchid #B871DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 35.59%
G = 21.86%
B = 42.55%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B871DC (or 0xB871DC) is known color: Medium Orchid. HEX triplet: B8, 71 and DC. RGB value is (184,113,220). Sum of RGB (Red+Green+Blue) = 184+113+220=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #B871DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B871DC is #478E23. Grayscale: #929292. Windows color (decimal): -4689444 or 14447032. OLE color: 14447032.

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

Color convert

RGB 184 113 220 -
CMYK 0.16 0.49 0 0.14
HSL 279.81º 0.6% 0.65% -
HSV(B) 279.81º 0.49% 0.86% -
XYZ 38.59 27.17 70.92 -
YUV 146.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 184 113 220 0.16 0.49 0 0.14 279.81 0.6 0.65
Hex B8 71 DC 10 31 0 E 118 3C 41
Octal 270 161 334 20 61 0 16 430 74 101
Binary 10111000 1110001 11011100 10000 110001 0 1110 100011000 111100 1000001

Color Harmonies of #B871DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B871DC

Black with #B871DC

Text Example


Text Example

White with #B871DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B871DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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