Html Css Color HEX #B972DD Medium Orchid

📋 copy color: '#B972DD'

red 185 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #B972DD

Tints of Medium Orchid #B972DD

RGB

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

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

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

R = 35.58%
G = 21.92%
B = 42.5%

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

#B972DD (or 0xB972DD) is known color: Medium Orchid. HEX triplet: B9, 72 and DD. RGB value is (185,114,221). Sum of RGB (Red+Green+Blue) = 185+114+221=520 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.58% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #B972DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B972DD is #468D22. Grayscale: #939393. Windows color (decimal): -4623651 or 14512825. OLE color: 14512825.

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

Color convert

RGB 185 114 221 -
CMYK 0.16 0.48 0 0.13
HSL 279.81º 0.61% 0.66% -
HSV(B) 279.81º 0.48% 0.87% -
XYZ 39.08 27.57 71.67 -
YUV 147.43 169.52 154.8 -
System Red Green Blue C M Y K H S L
Decimal 185 114 221 0.16 0.48 0 0.13 279.81 0.61 0.66
Hex B9 72 DD 10 30 0 D 118 3D 42
Octal 271 162 335 20 60 0 15 430 75 102
Binary 10111001 1110010 11011101 10000 110000 0 1101 100011000 111101 1000010

Color Harmonies of #B972DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972DD

Black with #B972DD

Text Example


Text Example

White with #B972DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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