Html Css Color HEX #B973DC Medium Orchid

📋 copy color: '#B973DC'

red 185 ◦ green 115 ◦ blue 220

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

Shades of Medium Orchid #B973DC

Tints of Medium Orchid #B973DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.12%

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

R = 35.58%
G = 22.12%
B = 42.31%

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

#B973DC (or 0xB973DC) is known color: Medium Orchid. HEX triplet: B9, 73 and DC. RGB value is (185,115,220). Sum of RGB (Red+Green+Blue) = 185+115+220=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #B973DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973DC is #468C23. Grayscale: #939393. Windows color (decimal): -4623396 or 14447545. OLE color: 14447545.

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

Color convert

RGB 185 115 220 -
CMYK 0.16 0.48 0 0.14
HSL 280º 0.6% 0.66% -
HSV(B) 280º 0.48% 0.86% -
XYZ 39.06 27.74 71.01 -
YUV 147.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 185 115 220 0.16 0.48 0 0.14 280 0.6 0.66
Hex B9 73 DC 10 30 0 E 118 3C 42
Octal 271 163 334 20 60 0 16 430 74 102
Binary 10111001 1110011 11011100 10000 110000 0 1110 100011000 111100 1000010

Color Harmonies of #B973DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973DC

Black with #B973DC

Text Example


Text Example

White with #B973DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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