Html Css Color HEX #BD457B Royal Heath

📋 copy color: '#BD457B'

red 189 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #BD457B

Tints of Royal Heath #BD457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.11%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 49.61%
G = 18.11%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD457B (or 0xBD457B) is known color: Royal Heath. HEX triplet: BD, 45 and 7B. RGB value is (189,69,123). Sum of RGB (Red+Green+Blue) = 189+69+123=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD457B is #42BA84. Grayscale: #6E6E6E. Windows color (decimal): -4373125 or 8078781. OLE color: 8078781.

HSL color Cylindrical-coordinate representation of color #BD457B: hue angle of 333º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD457B is Cyan = 0, Magento = 0.63, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 123 -
CMYK 0 0.63 0.35 0.26
HSL 333º 0.48% 0.51% -
HSV(B) 333º 0.63% 0.74% -
XYZ 26.69 16.51 20.52 -
YUV 111.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 189 69 123 0 0.63 0.35 0.26 333 0.48 0.51
Hex BD 45 7B 0 3F 23 1A 14D 30 33
Octal 275 105 173 0 77 43 32 515 60 63
Binary 10111101 1000101 1111011 0 111111 100011 11010 101001101 110000 110011

Color Harmonies of #BD457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD457B

Black with #BD457B

Text Example


Text Example

White with #BD457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD457B; }

 p { color: rgb(189,69,123); }

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

background-color css

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

 a { background-color: rgb(189,69,123); }

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

border-color css

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

 span { border-color: rgb(189,69,123); }

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