Html Css Color HEX #B13F77 Royal Heath

📋 copy color: '#B13F77'

red 177 ◦ green 63 ◦ blue 119

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

Shades of Royal Heath #B13F77

Tints of Royal Heath #B13F77

RGB

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

 GREEN value IS 63 (25% from 255) = 17.55%

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

R = 49.3%
G = 17.55%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B13F77 (or 0xB13F77) is known color: Royal Heath. HEX triplet: B1, 3F and 77. RGB value is (177,63,119). Sum of RGB (Red+Green+Blue) = 177+63+119=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 63 (25% from 255 or 17.55% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F77 is #4EC088. Grayscale: #676767. Windows color (decimal): -5161097 or 7815089. OLE color: 7815089.

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

Color convert

RGB 177 63 119 -
CMYK 0 0.64 0.33 0.31
HSL 330.53º 0.48% 0.47% -
HSV(B) 330.53º 0.64% 0.69% -
XYZ 23.24 14.23 18.98 -
YUV 103.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 177 63 119 0 0.64 0.33 0.31 330.53 0.48 0.47
Hex B1 3F 77 0 40 21 1F 14B 30 2F
Octal 261 77 167 0 100 41 37 513 60 57
Binary 10110001 111111 1110111 0 1000000 100001 11111 101001011 110000 101111

Color Harmonies of #B13F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F77

Black with #B13F77

Text Example


Text Example

White with #B13F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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