Html Css Color HEX #B872DC Medium Orchid

📋 copy color: '#B872DC'

red 184 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #B872DC

Tints of Medium Orchid #B872DC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 35.52%
G = 22.01%
B = 42.47%

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

#B872DC (or 0xB872DC) is known color: Medium Orchid. HEX triplet: B8, 72 and DC. RGB value is (184,114,220). Sum of RGB (Red+Green+Blue) = 184+114+220=518 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.52% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #B872DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DC is #478D23. Grayscale: #929292. Windows color (decimal): -4689188 or 14447288. OLE color: 14447288.

HSL color Cylindrical-coordinate representation of color #B872DC: hue angle of 279.62º 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 #B872DC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 114 220 -
CMYK 0.16 0.48 0 0.14
HSL 279.62º 0.6% 0.65% -
HSV(B) 279.62º 0.48% 0.86% -
XYZ 38.7 27.39 70.96 -
YUV 147.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 184 114 220 0.16 0.48 0 0.14 279.62 0.6 0.65
Hex B8 72 DC 10 30 0 E 118 3C 41
Octal 270 162 334 20 60 0 16 430 74 101
Binary 10111000 1110010 11011100 10000 110000 0 1110 100011000 111100 1000001

Color Harmonies of #B872DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872DC

Black with #B872DC

Text Example


Text Example

White with #B872DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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