Html Css Color HEX #B3447F Royal Heath

📋 copy color: '#B3447F'

red 179 ◦ green 68 ◦ blue 127

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

Shades of Royal Heath #B3447F

Tints of Royal Heath #B3447F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 33.96%

R = 47.86%
G = 18.18%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3447F (or 0xB3447F) is known color: Royal Heath. HEX triplet: B3, 44 and 7F. RGB value is (179,68,127). Sum of RGB (Red+Green+Blue) = 179+68+127=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3447F is #4CBB80. Grayscale: #6B6B6B. Windows color (decimal): -5028737 or 8340659. OLE color: 8340659.

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

Color convert

RGB 179 68 127 -
CMYK 0 0.62 0.29 0.30
HSL 328.11º 0.45% 0.48% -
HSV(B) 328.11º 0.62% 0.7% -
XYZ 24.49 15.25 21.73 -
YUV 107.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 179 68 127 0 0.62 0.29 0.30 328.11 0.45 0.48
Hex B3 44 7F 0 3E 1D 1E 148 2D 30
Octal 263 104 177 0 76 35 36 510 55 60
Binary 10110011 1000100 1111111 0 111110 11101 11110 101001000 101101 110000

Color Harmonies of #B3447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3447F

Black with #B3447F

Text Example


Text Example

White with #B3447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3447F; }

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

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

background-color css

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

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

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

border-color css

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

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

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