Html Css Color HEX #B35E78 Royal Heath

📋 copy color: '#B35E78'

red 179 ◦ green 94 ◦ blue 120

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

Shades of Royal Heath #B35E78

Tints of Royal Heath #B35E78

RGB

 RED value IS 179 (70.31% from 255) = 45.55%

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 45.55%
G = 23.92%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B35E78 (or 0xB35E78) is known color: Royal Heath. HEX triplet: B3, 5E and 78. RGB value is (179,94,120). Sum of RGB (Red+Green+Blue) = 179+94+120=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 120 (47.27% from 255 or 30.53% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B35E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35E78 is #4CA187. Grayscale: #7A7A7A. Windows color (decimal): -5022088 or 7888563. OLE color: 7888563.

HSL color Cylindrical-coordinate representation of color #B35E78: hue angle of 341.65º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B35E78 is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 94 120 -
CMYK 0 0.47 0.33 0.30
HSL 341.65º 0.36% 0.54% -
HSV(B) 341.65º 0.47% 0.7% -
XYZ 25.98 18.95 20.06 -
YUV 122.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 179 94 120 0 0.47 0.33 0.30 341.65 0.36 0.54
Hex B3 5E 78 0 2F 21 1E 156 24 36
Octal 263 136 170 0 57 41 36 526 44 66
Binary 10110011 1011110 1111000 0 101111 100001 11110 101010110 100100 110110

Color Harmonies of #B35E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35E78

Black with #B35E78

Text Example


Text Example

White with #B35E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35E78; }

 p { color: rgb(179,94,120); }

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

background-color css

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

 a { background-color: rgb(179,94,120); }

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

border-color css

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

 span { border-color: rgb(179,94,120); }

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