Html Css Color HEX #B972DC Medium Orchid

📋 copy color: '#B972DC'

red 185 ◦ green 114 ◦ blue 220

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

Shades of Medium Orchid #B972DC

Tints of Medium Orchid #B972DC

RGB

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

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

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

R = 35.65%
G = 21.97%
B = 42.39%

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

#B972DC (or 0xB972DC) is known color: Medium Orchid. HEX triplet: B9, 72 and DC. RGB value is (185,114,220). Sum of RGB (Red+Green+Blue) = 185+114+220=519 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.65% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #B972DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DC is #468D23. Grayscale: #929292. Windows color (decimal): -4623652 or 14447289. OLE color: 14447289.

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

Color convert

RGB 185 114 220 -
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.94 27.52 70.97 -
YUV 147.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 185 114 220 0.16 0.48 0 0.14 280.19 0.6 0.65
Hex B9 72 DC 10 30 0 E 118 3C 41
Octal 271 162 334 20 60 0 16 430 74 101
Binary 10111001 1110010 11011100 10000 110000 0 1110 100011000 111100 1000001

Color Harmonies of #B972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972DC

Black with #B972DC

Text Example


Text Example

White with #B972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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