Html Css Color HEX #B5457B Royal Heath

📋 copy color: '#B5457B'

red 181 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #B5457B

Tints of Royal Heath #B5457B

RGB

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

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

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

R = 48.53%
G = 18.5%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5457B (or 0xB5457B) is known color: Royal Heath. HEX triplet: B5, 45 and 7B. RGB value is (181,69,123). Sum of RGB (Red+Green+Blue) = 181+69+123=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 69 (27.34% from 255 or 18.50% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B5457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5457B is #4ABA84. Grayscale: #6C6C6C. Windows color (decimal): -4897413 or 8078773. OLE color: 8078773.

HSL color Cylindrical-coordinate representation of color #B5457B: hue angle of 331.07º 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 #B5457B is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 69 123 -
CMYK 0 0.62 0.32 0.29
HSL 331.07º 0.45% 0.49% -
HSV(B) 331.07º 0.62% 0.71% -
XYZ 24.76 15.51 20.43 -
YUV 108.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 181 69 123 0 0.62 0.32 0.29 331.07 0.45 0.49
Hex B5 45 7B 0 3E 20 1D 14B 2D 31
Octal 265 105 173 0 76 40 35 513 55 61
Binary 10110101 1000101 1111011 0 111110 100000 11101 101001011 101101 110001

Color Harmonies of #B5457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5457B

Black with #B5457B

Text Example


Text Example

White with #B5457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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