Html Css Color HEX #B972DB Medium Orchid

📋 copy color: '#B972DB'

red 185 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #B972DB

Tints of Medium Orchid #B972DB

RGB

 RED value IS 185 (72.66% from 255) = 35.71%

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

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

R = 35.71%
G = 22.01%
B = 42.28%

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

#B972DB (or 0xB972DB) is known color: Medium Orchid. HEX triplet: B9, 72 and DB. RGB value is (185,114,219). Sum of RGB (Red+Green+Blue) = 185+114+219=518 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.71% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #B972DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DB is #468D24. Grayscale: #929292. Windows color (decimal): -4623653 or 14381753. OLE color: 14381753.

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

Color convert

RGB 185 114 219 -
CMYK 0.16 0.48 0 0.14
HSL 280.57º 0.59% 0.65% -
HSV(B) 280.57º 0.48% 0.86% -
XYZ 38.81 27.46 70.27 -
YUV 147.2 168.52 154.96 -
System Red Green Blue C M Y K H S L
Decimal 185 114 219 0.16 0.48 0 0.14 280.57 0.59 0.65
Hex B9 72 DB 10 30 0 E 119 3B 41
Octal 271 162 333 20 60 0 16 431 73 101
Binary 10111001 1110010 11011011 10000 110000 0 1110 100011001 111011 1000001

Color Harmonies of #B972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972DB

Black with #B972DB

Text Example


Text Example

White with #B972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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