Html Css Color HEX #B0457C Royal Heath

📋 copy color: '#B0457C'

red 176 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #B0457C

Tints of Royal Heath #B0457C

RGB

 RED value IS 176 (69.14% from 255) = 47.7%

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

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 47.7%
G = 18.7%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0457C (or 0xB0457C) is known color: Royal Heath. HEX triplet: B0, 45 and 7C. RGB value is (176,69,124). Sum of RGB (Red+Green+Blue) = 176+69+124=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0457C is #4FBA83. Grayscale: #6B6B6B. Windows color (decimal): -5225092 or 8144304. OLE color: 8144304.

HSL color Cylindrical-coordinate representation of color #B0457C: hue angle of 329.16º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0457C is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 124 -
CMYK 0 0.61 0.30 0.31
HSL 329.16º 0.44% 0.48% -
HSV(B) 329.16º 0.61% 0.69% -
XYZ 23.67 14.94 20.71 -
YUV 107.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 176 69 124 0 0.61 0.30 0.31 329.16 0.44 0.48
Hex B0 45 7C 0 3D 1E 1F 149 2C 30
Octal 260 105 174 0 75 36 37 511 54 60
Binary 10110000 1000101 1111100 0 111101 11110 11111 101001001 101100 110000

Color Harmonies of #B0457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0457C

Black with #B0457C

Text Example


Text Example

White with #B0457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0457C; }

 p { color: rgb(176,69,124); }

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

background-color css

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

 a { background-color: rgb(176,69,124); }

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

border-color css

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

 span { border-color: rgb(176,69,124); }

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