Html Css Color HEX #B3447D Royal Heath

📋 copy color: '#B3447D'

red 179 ◦ green 68 ◦ blue 125

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

Shades of Royal Heath #B3447D

Tints of Royal Heath #B3447D

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

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

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

R = 48.12%
G = 18.28%
B = 33.6%

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

#B3447D (or 0xB3447D) is known color: Royal Heath. HEX triplet: B3, 44 and 7D. RGB value is (179,68,125). Sum of RGB (Red+Green+Blue) = 179+68+125=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3447D is #4CBB82. Grayscale: #6B6B6B. Windows color (decimal): -5028739 or 8209587. OLE color: 8209587.

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

Color convert

RGB 179 68 125 -
CMYK 0 0.62 0.30 0.30
HSL 329.19º 0.45% 0.48% -
HSV(B) 329.19º 0.62% 0.7% -
XYZ 24.36 15.2 21.05 -
YUV 107.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 179 68 125 0 0.62 0.30 0.30 329.19 0.45 0.48
Hex B3 44 7D 0 3E 1E 1E 149 2D 30
Octal 263 104 175 0 76 36 36 511 55 60
Binary 10110011 1000100 1111101 0 111110 11110 11110 101001001 101101 110000

Color Harmonies of #B3447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3447D

Black with #B3447D

Text Example


Text Example

White with #B3447D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3447D; }

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

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

background-color css

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

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

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

border-color css

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

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

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