Html Css Color HEX #BD5880 Royal Heath

📋 copy color: '#BD5880'

red 189 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #BD5880

Tints of Royal Heath #BD5880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

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

R = 46.67%
G = 21.73%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5880 (or 0xBD5880) is known color: Royal Heath. HEX triplet: BD, 58 and 80. RGB value is (189,88,128). Sum of RGB (Red+Green+Blue) = 189+88+128=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5880 is #42A77F. Grayscale: #7A7A7A. Windows color (decimal): -4368256 or 8411325. OLE color: 8411325.

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

Color convert

RGB 189 88 128 -
CMYK 0 0.53 0.32 0.26
HSL 336.24º 0.43% 0.54% -
HSV(B) 336.24º 0.53% 0.74% -
XYZ 28.37 19.36 22.66 -
YUV 122.76 130.96 175.25 -
System Red Green Blue C M Y K H S L
Decimal 189 88 128 0 0.53 0.32 0.26 336.24 0.43 0.54
Hex BD 58 80 0 35 20 1A 150 2B 36
Octal 275 130 200 0 65 40 32 520 53 66
Binary 10111101 1011000 10000000 0 110101 100000 11010 101010000 101011 110110

Color Harmonies of #BD5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5880

Black with #BD5880

Text Example


Text Example

White with #BD5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5880; }

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

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

background-color css

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

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

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

border-color css

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

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

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