Html Css Color HEX #B43773 Royal Heath

📋 copy color: '#B43773'

red 180 ◦ green 55 ◦ blue 115

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

Shades of Royal Heath #B43773

Tints of Royal Heath #B43773

RGB

 RED value IS 180 (70.7% from 255) = 51.43%

 GREEN value IS 55 (21.88% from 255) = 15.71%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 51.43%
G = 15.71%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B43773 (or 0xB43773) is known color: Royal Heath. HEX triplet: B4, 37 and 73. RGB value is (180,55,115). Sum of RGB (Red+Green+Blue) = 180+55+115=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43773 is #4BC88C. Grayscale: #636363. Windows color (decimal): -4966541 or 7550900. OLE color: 7550900.

HSL color Cylindrical-coordinate representation of color #B43773: hue angle of 331.2º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B43773 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 55 115 -
CMYK 0 0.69 0.36 0.29
HSL 331.2º 0.53% 0.46% -
HSV(B) 331.2º 0.69% 0.71% -
XYZ 23.28 13.67 17.63 -
YUV 99.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 180 55 115 0 0.69 0.36 0.29 331.2 0.53 0.46
Hex B4 37 73 0 45 24 1D 14B 35 2E
Octal 264 67 163 0 105 44 35 513 65 56
Binary 10110100 110111 1110011 0 1000101 100100 11101 101001011 110101 101110

Color Harmonies of #B43773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43773

Black with #B43773

Text Example


Text Example

White with #B43773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43773; }

 p { color: rgb(180,55,115); }

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

background-color css

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

 a { background-color: rgb(180,55,115); }

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

border-color css

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

 span { border-color: rgb(180,55,115); }

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