Html Css Color HEX #BD5280 Royal Heath

📋 copy color: '#BD5280'

red 189 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #BD5280

Tints of Royal Heath #BD5280

RGB

 RED value IS 189 (74.22% from 255) = 47.37%

 GREEN value IS 82 (32.42% from 255) = 20.55%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 47.37%
G = 20.55%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5280 (or 0xBD5280) is known color: Royal Heath. HEX triplet: BD, 52 and 80. RGB value is (189,82,128). Sum of RGB (Red+Green+Blue) = 189+82+128=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5280 is #42AD7F. Grayscale: #777777. Windows color (decimal): -4369792 or 8409789. OLE color: 8409789.

HSL color Cylindrical-coordinate representation of color #BD5280: hue angle of 334.21º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5280 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 128 -
CMYK 0 0.57 0.32 0.26
HSL 334.21º 0.45% 0.53% -
HSV(B) 334.21º 0.57% 0.74% -
XYZ 27.9 18.41 22.51 -
YUV 119.24 132.95 177.76 -
System Red Green Blue C M Y K H S L
Decimal 189 82 128 0 0.57 0.32 0.26 334.21 0.45 0.53
Hex BD 52 80 0 39 20 1A 14E 2D 35
Octal 275 122 200 0 71 40 32 516 55 65
Binary 10111101 1010010 10000000 0 111001 100000 11010 101001110 101101 110101

Color Harmonies of #BD5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5280

Black with #BD5280

Text Example


Text Example

White with #BD5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5280; }

 p { color: rgb(189,82,128); }

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

background-color css

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

 a { background-color: rgb(189,82,128); }

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

border-color css

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

 span { border-color: rgb(189,82,128); }

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