Html Css Color HEX #B872DB Medium Orchid

📋 copy color: '#B872DB'

red 184 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #B872DB

Tints of Medium Orchid #B872DB

RGB

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

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

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

R = 35.59%
G = 22.05%
B = 42.36%

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

#B872DB (or 0xB872DB) is known color: Medium Orchid. HEX triplet: B8, 72 and DB. RGB value is (184,114,219). Sum of RGB (Red+Green+Blue) = 184+114+219=517 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.59% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #B872DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B872DB is #478D24. Grayscale: #929292. Windows color (decimal): -4689189 or 14381752. OLE color: 14381752.

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

Color convert

RGB 184 114 219 -
CMYK 0.16 0.48 0 0.14
HSL 280º 0.59% 0.65% -
HSV(B) 280º 0.48% 0.86% -
XYZ 38.57 27.34 70.26 -
YUV 146.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 184 114 219 0.16 0.48 0 0.14 280 0.59 0.65
Hex B8 72 DB 10 30 0 E 118 3B 41
Octal 270 162 333 20 60 0 16 430 73 101
Binary 10111000 1110010 11011011 10000 110000 0 1110 100011000 111011 1000001

Color Harmonies of #B872DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B872DB

Black with #B872DB

Text Example


Text Example

White with #B872DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B872DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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