Html Css Color HEX #B35C80 Royal Heath

📋 copy color: '#B35C80'

red 179 ◦ green 92 ◦ blue 128

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

Shades of Royal Heath #B35C80

Tints of Royal Heath #B35C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 44.86%
G = 23.06%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B35C80 (or 0xB35C80) is known color: Royal Heath. HEX triplet: B3, 5C and 80. RGB value is (179,92,128). Sum of RGB (Red+Green+Blue) = 179+92+128=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35C80 is #4CA37F. Grayscale: #7A7A7A. Windows color (decimal): -5022592 or 8412339. OLE color: 8412339.

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

Color convert

RGB 179 92 128 -
CMYK 0 0.49 0.28 0.30
HSL 335.17º 0.36% 0.53% -
HSV(B) 335.17º 0.49% 0.7% -
XYZ 26.31 18.8 22.66 -
YUV 122.12 131.32 168.57 -
System Red Green Blue C M Y K H S L
Decimal 179 92 128 0 0.49 0.28 0.30 335.17 0.36 0.53
Hex B3 5C 80 0 31 1C 1E 14F 24 35
Octal 263 134 200 0 61 34 36 517 44 65
Binary 10110011 1011100 10000000 0 110001 11100 11110 101001111 100100 110101

Color Harmonies of #B35C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C80

Black with #B35C80

Text Example


Text Example

White with #B35C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C80; }

 p { color: rgb(179,92,128); }

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

background-color css

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

 a { background-color: rgb(179,92,128); }

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

border-color css

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

 span { border-color: rgb(179,92,128); }

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