Html Css Color HEX #BD5781 Royal Heath

📋 copy color: '#BD5781'

red 189 ◦ green 87 ◦ blue 129

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

Shades of Royal Heath #BD5781

Tints of Royal Heath #BD5781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.48%

 BLUE value IS 129 (50.78% from 255) = 31.85%

R = 46.67%
G = 21.48%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BD5781 (or 0xBD5781) is known color: Royal Heath. HEX triplet: BD, 57 and 81. RGB value is (189,87,129). Sum of RGB (Red+Green+Blue) = 189+87+129=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 87 (34.38% from 255 or 21.48% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5781 is #42A87E. Grayscale: #7A7A7A. Windows color (decimal): -4368511 or 8476605. OLE color: 8476605.

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

Color convert

RGB 189 87 129 -
CMYK 0 0.54 0.32 0.26
HSL 335.29º 0.44% 0.54% -
HSV(B) 335.29º 0.54% 0.74% -
XYZ 28.36 19.22 22.98 -
YUV 122.29 131.79 175.58 -
System Red Green Blue C M Y K H S L
Decimal 189 87 129 0 0.54 0.32 0.26 335.29 0.44 0.54
Hex BD 57 81 0 36 20 1A 14F 2C 36
Octal 275 127 201 0 66 40 32 517 54 66
Binary 10111101 1010111 10000001 0 110110 100000 11010 101001111 101100 110110

Color Harmonies of #BD5781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5781

Black with #BD5781

Text Example


Text Example

White with #BD5781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5781; }

 p { color: rgb(189,87,129); }

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

background-color css

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

 a { background-color: rgb(189,87,129); }

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

border-color css

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

 span { border-color: rgb(189,87,129); }

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