Html Css Color HEX #B13C72 Royal Heath

📋 copy color: '#B13C72'

red 177 ◦ green 60 ◦ blue 114

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

Shades of Royal Heath #B13C72

Tints of Royal Heath #B13C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 50.43%
G = 17.09%
B = 32.48%

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

#B13C72 (or 0xB13C72) is known color: Royal Heath. HEX triplet: B1, 3C and 72. RGB value is (177,60,114). Sum of RGB (Red+Green+Blue) = 177+60+114=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 60 (23.83% from 255 or 17.09% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C72 is #4EC38D. Grayscale: #656565. Windows color (decimal): -5161870 or 7486641. OLE color: 7486641.

HSL color Cylindrical-coordinate representation of color #B13C72: hue angle of 332.31º 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 #B13C72 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 60 114 -
CMYK 0 0.66 0.36 0.31
HSL 332.31º 0.49% 0.46% -
HSV(B) 332.31º 0.66% 0.69% -
XYZ 22.78 13.79 17.38 -
YUV 101.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 177 60 114 0 0.66 0.36 0.31 332.31 0.49 0.46
Hex B1 3C 72 0 42 24 1F 14C 31 2E
Octal 261 74 162 0 102 44 37 514 61 56
Binary 10110001 111100 1110010 0 1000010 100100 11111 101001100 110001 101110

Color Harmonies of #B13C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C72

Black with #B13C72

Text Example


Text Example

White with #B13C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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