Html Css Color HEX #B13C71 Royal Heath

📋 copy color: '#B13C71'

red 177 ◦ green 60 ◦ blue 113

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

Shades of Royal Heath #B13C71

Tints of Royal Heath #B13C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 50.57%
G = 17.14%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13C71 (or 0xB13C71) is known color: Royal Heath. HEX triplet: B1, 3C and 71. RGB value is (177,60,113). Sum of RGB (Red+Green+Blue) = 177+60+113=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C71 is #4EC38E. Grayscale: #646464. Windows color (decimal): -5161871 or 7421105. OLE color: 7421105.

HSL color Cylindrical-coordinate representation of color #B13C71: hue angle of 332.82º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C71 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 113 -
CMYK 0 0.66 0.36 0.31
HSL 332.82º 0.49% 0.46% -
HSV(B) 332.82º 0.66% 0.69% -
XYZ 22.73 13.77 17.08 -
YUV 101.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 177 60 113 0 0.66 0.36 0.31 332.82 0.49 0.46
Hex B1 3C 71 0 42 24 1F 14D 31 2E
Octal 261 74 161 0 102 44 37 515 61 56
Binary 10110001 111100 1110001 0 1000010 100100 11111 101001101 110001 101110

Color Harmonies of #B13C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C71

Black with #B13C71

Text Example


Text Example

White with #B13C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C71; }

 p { color: rgb(177,60,113); }

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

background-color css

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

 a { background-color: rgb(177,60,113); }

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

border-color css

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

 span { border-color: rgb(177,60,113); }

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