Html Css Color HEX #B2447D Royal Heath

📋 copy color: '#B2447D'

red 178 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #B2447D

Tints of Royal Heath #B2447D

RGB

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

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

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

R = 47.98%
G = 18.33%
B = 33.69%

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

#B2447D (or 0xB2447D) is known color: Royal Heath. HEX triplet: B2, 44 and 7D. RGB value is (178,68,125). Sum of RGB (Red+Green+Blue) = 178+68+125=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2447D is #4DBB82. Grayscale: #6B6B6B. Windows color (decimal): -5094275 or 8209586. OLE color: 8209586.

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

Color convert

RGB 178 68 125 -
CMYK 0 0.62 0.30 0.30
HSL 328.91º 0.45% 0.48% -
HSV(B) 328.91º 0.62% 0.7% -
XYZ 24.13 15.08 21.04 -
YUV 107.39 137.94 178.37 -
System Red Green Blue C M Y K H S L
Decimal 178 68 125 0 0.62 0.30 0.30 328.91 0.45 0.48
Hex B2 44 7D 0 3E 1E 1E 149 2D 30
Octal 262 104 175 0 76 36 36 511 55 60
Binary 10110010 1000100 1111101 0 111110 11110 11110 101001001 101101 110000

Color Harmonies of #B2447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2447D

Black with #B2447D

Text Example


Text Example

White with #B2447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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