Html Css Color HEX #B2457C Royal Heath

📋 copy color: '#B2457C'

red 178 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #B2457C

Tints of Royal Heath #B2457C

RGB

 RED value IS 178 (69.92% from 255) = 47.98%

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

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

R = 47.98%
G = 18.6%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2457C (or 0xB2457C) is known color: Royal Heath. HEX triplet: B2, 45 and 7C. RGB value is (178,69,124). Sum of RGB (Red+Green+Blue) = 178+69+124=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2457C is #4DBA83. Grayscale: #6B6B6B. Windows color (decimal): -5094020 or 8144306. OLE color: 8144306.

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

Color convert

RGB 178 69 124 -
CMYK 0 0.61 0.30 0.30
HSL 329.72º 0.44% 0.48% -
HSV(B) 329.72º 0.61% 0.7% -
XYZ 24.13 15.18 20.73 -
YUV 107.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 178 69 124 0 0.61 0.30 0.30 329.72 0.44 0.48
Hex B2 45 7C 0 3D 1E 1E 14A 2C 30
Octal 262 105 174 0 75 36 36 512 54 60
Binary 10110010 1000101 1111100 0 111101 11110 11110 101001010 101100 110000

Color Harmonies of #B2457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2457C

Black with #B2457C

Text Example


Text Example

White with #B2457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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