Html Css Color HEX #B2447C Royal Heath

📋 copy color: '#B2447C'

red 178 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B2447C

Tints of Royal Heath #B2447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.38%

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

R = 48.11%
G = 18.38%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2447C (or 0xB2447C) is known color: Royal Heath. HEX triplet: B2, 44 and 7C. RGB value is (178,68,124). Sum of RGB (Red+Green+Blue) = 178+68+124=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2447C is #4DBB83. Grayscale: #6B6B6B. Windows color (decimal): -5094276 or 8144050. OLE color: 8144050.

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

Color convert

RGB 178 68 124 -
CMYK 0 0.62 0.30 0.30
HSL 329.45º 0.45% 0.48% -
HSV(B) 329.45º 0.62% 0.7% -
XYZ 24.07 15.05 20.71 -
YUV 107.27 137.44 178.45 -
System Red Green Blue C M Y K H S L
Decimal 178 68 124 0 0.62 0.30 0.30 329.45 0.45 0.48
Hex B2 44 7C 0 3E 1E 1E 149 2D 30
Octal 262 104 174 0 76 36 36 511 55 60
Binary 10110010 1000100 1111100 0 111110 11110 11110 101001001 101101 110000

Color Harmonies of #B2447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2447C

Black with #B2447C

Text Example


Text Example

White with #B2447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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