Html Css Color HEX #B13C78 Royal Heath

📋 copy color: '#B13C78'

red 177 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #B13C78

Tints of Royal Heath #B13C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 49.58%
G = 16.81%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B13C78 (or 0xB13C78) is known color: Royal Heath. HEX triplet: B1, 3C and 78. RGB value is (177,60,120). Sum of RGB (Red+Green+Blue) = 177+60+120=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C78 is #4EC387. Grayscale: #656565. Windows color (decimal): -5161864 or 7879857. OLE color: 7879857.

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

Color convert

RGB 177 60 120 -
CMYK 0 0.66 0.32 0.31
HSL 329.23º 0.49% 0.46% -
HSV(B) 329.23º 0.66% 0.69% -
XYZ 23.14 13.93 19.24 -
YUV 101.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 177 60 120 0 0.66 0.32 0.31 329.23 0.49 0.46
Hex B1 3C 78 0 42 20 1F 149 31 2E
Octal 261 74 170 0 102 40 37 511 61 56
Binary 10110001 111100 1111000 0 1000010 100000 11111 101001001 110001 101110

Color Harmonies of #B13C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C78

Black with #B13C78

Text Example


Text Example

White with #B13C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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