Html Css Color HEX #B3447C Royal Heath

📋 copy color: '#B3447C'

red 179 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B3447C

Tints of Royal Heath #B3447C

RGB

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

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

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

R = 48.25%
G = 18.33%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3447C (or 0xB3447C) is known color: Royal Heath. HEX triplet: B3, 44 and 7C. RGB value is (179,68,124). Sum of RGB (Red+Green+Blue) = 179+68+124=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3447C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3447C is #4CBB83. Grayscale: #6B6B6B. Windows color (decimal): -5028740 or 8144051. OLE color: 8144051.

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

Color convert

RGB 179 68 124 -
CMYK 0 0.62 0.31 0.30
HSL 329.73º 0.45% 0.48% -
HSV(B) 329.73º 0.62% 0.7% -
XYZ 24.3 15.17 20.72 -
YUV 107.57 137.27 178.95 -
System Red Green Blue C M Y K H S L
Decimal 179 68 124 0 0.62 0.31 0.30 329.73 0.45 0.48
Hex B3 44 7C 0 3E 1F 1E 14A 2D 30
Octal 263 104 174 0 76 37 36 512 55 60
Binary 10110011 1000100 1111100 0 111110 11111 11110 101001010 101101 110000

Color Harmonies of #B3447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3447C

Black with #B3447C

Text Example


Text Example

White with #B3447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3447C; }

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

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

background-color css

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

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

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

border-color css

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

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

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