Html Css Color HEX #B973DD Medium Orchid

📋 copy color: '#B973DD'

red 185 ◦ green 115 ◦ blue 221

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

Shades of Medium Orchid #B973DD

Tints of Medium Orchid #B973DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.42%

R = 35.51%
G = 22.07%
B = 42.42%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B973DD (or 0xB973DD) is known color: Medium Orchid. HEX triplet: B9, 73 and DD. RGB value is (185,115,221). Sum of RGB (Red+Green+Blue) = 185+115+221=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 115 (45.31% from 255 or 22.07% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 221 - color contains mainly: blue. Hex color #B973DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973DD is #468C22. Grayscale: #939393. Windows color (decimal): -4623395 or 14513081. OLE color: 14513081.

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

Color convert

RGB 185 115 221 -
CMYK 0.16 0.48 0 0.13
HSL 279.62º 0.61% 0.66% -
HSV(B) 279.62º 0.48% 0.87% -
XYZ 39.19 27.8 71.71 -
YUV 148.01 169.19 154.38 -
System Red Green Blue C M Y K H S L
Decimal 185 115 221 0.16 0.48 0 0.13 279.62 0.61 0.66
Hex B9 73 DD 10 30 0 D 118 3D 42
Octal 271 163 335 20 60 0 15 430 75 102
Binary 10111001 1110011 11011101 10000 110000 0 1101 100011000 111101 1000010

Color Harmonies of #B973DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973DD

Black with #B973DD

Text Example


Text Example

White with #B973DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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