Html Css Color HEX #B13D77 Royal Heath

📋 copy color: '#B13D77'

red 177 ◦ green 61 ◦ blue 119

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

Shades of Royal Heath #B13D77

Tints of Royal Heath #B13D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.09%

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

R = 49.58%
G = 17.09%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B13D77 (or 0xB13D77) is known color: Royal Heath. HEX triplet: B1, 3D and 77. RGB value is (177,61,119). Sum of RGB (Red+Green+Blue) = 177+61+119=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13D77 is #4EC288. Grayscale: #666666. Windows color (decimal): -5161609 or 7814577. OLE color: 7814577.

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

Color convert

RGB 177 61 119 -
CMYK 0 0.66 0.33 0.31
HSL 330º 0.49% 0.47% -
HSV(B) 330º 0.66% 0.69% -
XYZ 23.13 14.02 18.94 -
YUV 102.3 137.43 181.28 -
System Red Green Blue C M Y K H S L
Decimal 177 61 119 0 0.66 0.33 0.31 330 0.49 0.47
Hex B1 3D 77 0 42 21 1F 14A 31 2F
Octal 261 75 167 0 102 41 37 512 61 57
Binary 10110001 111101 1110111 0 1000010 100001 11111 101001010 110001 101111

Color Harmonies of #B13D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13D77

Black with #B13D77

Text Example


Text Example

White with #B13D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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