Html Css Color HEX #B5457D Royal Heath

📋 copy color: '#B5457D'

red 181 ◦ green 69 ◦ blue 125

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

Shades of Royal Heath #B5457D

Tints of Royal Heath #B5457D

RGB

 RED value IS 181 (71.09% from 255) = 48.27%

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

 BLUE value IS 125 (49.22% from 255) = 33.33%

R = 48.27%
G = 18.4%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5457D (or 0xB5457D) is known color: Royal Heath. HEX triplet: B5, 45 and 7D. RGB value is (181,69,125). Sum of RGB (Red+Green+Blue) = 181+69+125=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 125 (49.22% from 255 or 33.33% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B5457D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5457D is #4ABA82. Grayscale: #6C6C6C. Windows color (decimal): -4897411 or 8209845. OLE color: 8209845.

HSL color Cylindrical-coordinate representation of color #B5457D: hue angle of 330º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B5457D is Cyan = 0, Magento = 0.62, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 125 -
CMYK 0 0.62 0.31 0.29
HSL 330º 0.45% 0.49% -
HSV(B) 330º 0.62% 0.71% -
XYZ 24.89 15.56 21.09 -
YUV 108.87 137.11 179.45 -
System Red Green Blue C M Y K H S L
Decimal 181 69 125 0 0.62 0.31 0.29 330 0.45 0.49
Hex B5 45 7D 0 3E 1F 1D 14A 2D 31
Octal 265 105 175 0 76 37 35 512 55 61
Binary 10110101 1000101 1111101 0 111110 11111 11101 101001010 101101 110001

Color Harmonies of #B5457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5457D

Black with #B5457D

Text Example


Text Example

White with #B5457D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5457D; }

 p { color: rgb(181,69,125); }

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

background-color css

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

 a { background-color: rgb(181,69,125); }

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

border-color css

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

 span { border-color: rgb(181,69,125); }

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