Html Css Color HEX #B3477F Royal Heath

📋 copy color: '#B3477F'

red 179 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #B3477F

Tints of Royal Heath #B3477F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 47.48%
G = 18.83%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B3477F (or 0xB3477F) is known color: Royal Heath. HEX triplet: B3, 47 and 7F. RGB value is (179,71,127). Sum of RGB (Red+Green+Blue) = 179+71+127=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3477F is #4CB880. Grayscale: #6D6D6D. Windows color (decimal): -5027969 or 8341427. OLE color: 8341427.

HSL color Cylindrical-coordinate representation of color #B3477F: hue angle of 328.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B3477F is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 127 -
CMYK 0 0.60 0.29 0.30
HSL 328.89º 0.43% 0.49% -
HSV(B) 328.89º 0.6% 0.7% -
XYZ 24.67 15.62 21.79 -
YUV 109.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 179 71 127 0 0.60 0.29 0.30 328.89 0.43 0.49
Hex B3 47 7F 0 3C 1D 1E 149 2B 31
Octal 263 107 177 0 74 35 36 511 53 61
Binary 10110011 1000111 1111111 0 111100 11101 11110 101001001 101011 110001

Color Harmonies of #B3477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3477F

Black with #B3477F

Text Example


Text Example

White with #B3477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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