Html Css Color HEX #B35C7E Royal Heath

📋 copy color: '#B35C7E'

red 179 ◦ green 92 ◦ blue 126

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

Shades of Royal Heath #B35C7E

Tints of Royal Heath #B35C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 45.09%
G = 23.17%
B = 31.74%

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

#B35C7E (or 0xB35C7E) is known color: Royal Heath. HEX triplet: B3, 5C and 7E. RGB value is (179,92,126). Sum of RGB (Red+Green+Blue) = 179+92+126=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7E is #4CA381. Grayscale: #797979. Windows color (decimal): -5022594 or 8281267. OLE color: 8281267.

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

Color convert

RGB 179 92 126 -
CMYK 0 0.49 0.30 0.30
HSL 336.55º 0.36% 0.53% -
HSV(B) 336.55º 0.49% 0.7% -
XYZ 26.18 18.74 21.98 -
YUV 121.89 130.32 168.74 -
System Red Green Blue C M Y K H S L
Decimal 179 92 126 0 0.49 0.30 0.30 336.55 0.36 0.53
Hex B3 5C 7E 0 31 1E 1E 151 24 35
Octal 263 134 176 0 61 36 36 521 44 65
Binary 10110011 1011100 1111110 0 110001 11110 11110 101010001 100100 110101

Color Harmonies of #B35C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C7E

Black with #B35C7E

Text Example


Text Example

White with #B35C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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