Html Css Color HEX #B13E7A Royal Heath

📋 copy color: '#B13E7A'

red 177 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #B13E7A

Tints of Royal Heath #B13E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.17%

 BLUE value IS 122 (48.05% from 255) = 33.8%

R = 49.03%
G = 17.17%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B13E7A (or 0xB13E7A) is known color: Royal Heath. HEX triplet: B1, 3E and 7A. RGB value is (177,62,122). Sum of RGB (Red+Green+Blue) = 177+62+122=361 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.03% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 177 - color contains mainly: red. Hex color #B13E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13E7A is #4EC185. Grayscale: #676767. Windows color (decimal): -5161350 or 8011441. OLE color: 8011441.

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

Color convert

RGB 177 62 122 -
CMYK 0 0.65 0.31 0.31
HSL 328.7º 0.48% 0.47% -
HSV(B) 328.7º 0.65% 0.69% -
XYZ 23.37 14.2 19.92 -
YUV 103.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 177 62 122 0 0.65 0.31 0.31 328.7 0.48 0.47
Hex B1 3E 7A 0 41 1F 1F 149 30 2F
Octal 261 76 172 0 101 37 37 511 60 57
Binary 10110001 111110 1111010 0 1000001 11111 11111 101001001 110000 101111

Color Harmonies of #B13E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13E7A

Black with #B13E7A

Text Example


Text Example

White with #B13E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13E7A; }

 p { color: rgb(177,62,122); }

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

background-color css

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

 a { background-color: rgb(177,62,122); }

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

border-color css

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

 span { border-color: rgb(177,62,122); }

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