Html Css Color HEX #B35C7B Royal Heath

📋 copy color: '#B35C7B'

red 179 ◦ green 92 ◦ blue 123

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

Shades of Royal Heath #B35C7B

Tints of Royal Heath #B35C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 45.43%
G = 23.35%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B35C7B (or 0xB35C7B) is known color: Royal Heath. HEX triplet: B3, 5C and 7B. RGB value is (179,92,123). Sum of RGB (Red+Green+Blue) = 179+92+123=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C7B is #4CA384. Grayscale: #797979. Windows color (decimal): -5022597 or 8084659. OLE color: 8084659.

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

Color convert

RGB 179 92 123 -
CMYK 0 0.49 0.31 0.30
HSL 338.62º 0.36% 0.53% -
HSV(B) 338.62º 0.49% 0.7% -
XYZ 25.99 18.67 20.97 -
YUV 121.55 128.82 168.98 -
System Red Green Blue C M Y K H S L
Decimal 179 92 123 0 0.49 0.31 0.30 338.62 0.36 0.53
Hex B3 5C 7B 0 31 1F 1E 153 24 35
Octal 263 134 173 0 61 37 36 523 44 65
Binary 10110011 1011100 1111011 0 110001 11111 11110 101010011 100100 110101

Color Harmonies of #B35C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35C7B

Black with #B35C7B

Text Example


Text Example

White with #B35C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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