Html Css Color HEX #BD5B7E Royal Heath

📋 copy color: '#BD5B7E'

red 189 ◦ green 91 ◦ blue 126

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

Shades of Royal Heath #BD5B7E

Tints of Royal Heath #BD5B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.41%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 46.55%
G = 22.41%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BD5B7E (or 0xBD5B7E) is known color: Royal Heath. HEX triplet: BD, 5B and 7E. RGB value is (189,91,126). Sum of RGB (Red+Green+Blue) = 189+91+126=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B7E is #42A481. Grayscale: #7C7C7C. Windows color (decimal): -4367490 or 8281021. OLE color: 8281021.

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

Color convert

RGB 189 91 126 -
CMYK 0 0.52 0.33 0.26
HSL 338.57º 0.43% 0.55% -
HSV(B) 338.57º 0.52% 0.74% -
XYZ 28.49 19.81 22.06 -
YUV 124.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 189 91 126 0 0.52 0.33 0.26 338.57 0.43 0.55
Hex BD 5B 7E 0 34 21 1A 153 2B 37
Octal 275 133 176 0 64 41 32 523 53 67
Binary 10111101 1011011 1111110 0 110100 100001 11010 101010011 101011 110111

Color Harmonies of #BD5B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B7E

Black with #BD5B7E

Text Example


Text Example

White with #BD5B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B7E; }

 p { color: rgb(189,91,126); }

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

background-color css

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

 a { background-color: rgb(189,91,126); }

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

border-color css

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

 span { border-color: rgb(189,91,126); }

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