Html Css Color HEX #B13E77 Royal Heath

📋 copy color: '#B13E77'

red 177 ◦ green 62 ◦ blue 119

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

Shades of Royal Heath #B13E77

Tints of Royal Heath #B13E77

RGB

 RED value IS 177 (69.53% from 255) = 49.44%

 GREEN value IS 62 (24.61% from 255) = 17.32%

 BLUE value IS 119 (46.88% from 255) = 33.24%

R = 49.44%
G = 17.32%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B13E77 (or 0xB13E77) is known color: Royal Heath. HEX triplet: B1, 3E and 77. RGB value is (177,62,119). Sum of RGB (Red+Green+Blue) = 177+62+119=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 62 (24.61% from 255 or 17.32% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E77 is #4EC188. Grayscale: #666666. Windows color (decimal): -5161353 or 7814833. OLE color: 7814833.

HSL color Cylindrical-coordinate representation of color #B13E77: hue angle of 330.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B13E77 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 62 119 -
CMYK 0 0.65 0.33 0.31
HSL 330.26º 0.48% 0.47% -
HSV(B) 330.26º 0.65% 0.69% -
XYZ 23.18 14.12 18.96 -
YUV 102.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 177 62 119 0 0.65 0.33 0.31 330.26 0.48 0.47
Hex B1 3E 77 0 41 21 1F 14A 30 2F
Octal 261 76 167 0 101 41 37 512 60 57
Binary 10110001 111110 1110111 0 1000001 100001 11111 101001010 110000 101111

Color Harmonies of #B13E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E77

Black with #B13E77

Text Example


Text Example

White with #B13E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E77; }

 p { color: rgb(177,62,119); }

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

background-color css

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

 a { background-color: rgb(177,62,119); }

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

border-color css

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

 span { border-color: rgb(177,62,119); }

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