Html Css Color HEX #B35C7D Royal Heath

📋 copy color: '#B35C7D'

red 179 ◦ green 92 ◦ blue 125

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

Shades of Royal Heath #B35C7D

Tints of Royal Heath #B35C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 45.2%
G = 23.23%
B = 31.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B35C7D (or 0xB35C7D) is known color: Royal Heath. HEX triplet: B3, 5C and 7D. RGB value is (179,92,125). Sum of RGB (Red+Green+Blue) = 179+92+125=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7D is #4CA382. Grayscale: #797979. Windows color (decimal): -5022595 or 8215731. OLE color: 8215731.

HSL color Cylindrical-coordinate representation of color #B35C7D: hue angle of 337.24º 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 #B35C7D is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 92 125 -
CMYK 0 0.49 0.30 0.30
HSL 337.24º 0.36% 0.53% -
HSV(B) 337.24º 0.49% 0.7% -
XYZ 26.12 18.72 21.64 -
YUV 121.78 129.82 168.82 -
System Red Green Blue C M Y K H S L
Decimal 179 92 125 0 0.49 0.30 0.30 337.24 0.36 0.53
Hex B3 5C 7D 0 31 1E 1E 151 24 35
Octal 263 134 175 0 61 36 36 521 44 65
Binary 10110011 1011100 1111101 0 110001 11110 11110 101010001 100100 110101

Color Harmonies of #B35C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C7D

Black with #B35C7D

Text Example


Text Example

White with #B35C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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