Html Css Color HEX #B13A72 Royal Heath

📋 copy color: '#B13A72'

red 177 ◦ green 58 ◦ blue 114

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

Shades of Royal Heath #B13A72

Tints of Royal Heath #B13A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

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

R = 50.72%
G = 16.62%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B13A72 (or 0xB13A72) is known color: Royal Heath. HEX triplet: B1, 3A and 72. RGB value is (177,58,114). Sum of RGB (Red+Green+Blue) = 177+58+114=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13A72 is #4EC58D. Grayscale: #636363. Windows color (decimal): -5162382 or 7486129. OLE color: 7486129.

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

Color convert

RGB 177 58 114 -
CMYK 0 0.67 0.36 0.31
HSL 331.76º 0.51% 0.46% -
HSV(B) 331.76º 0.67% 0.69% -
XYZ 22.68 13.59 17.35 -
YUV 99.97 135.92 182.95 -
System Red Green Blue C M Y K H S L
Decimal 177 58 114 0 0.67 0.36 0.31 331.76 0.51 0.46
Hex B1 3A 72 0 43 24 1F 14C 33 2E
Octal 261 72 162 0 103 44 37 514 63 56
Binary 10110001 111010 1110010 0 1000011 100100 11111 101001100 110011 101110

Color Harmonies of #B13A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A72

Black with #B13A72

Text Example


Text Example

White with #B13A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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