Html Css Color HEX #B43971 Royal Heath

📋 copy color: '#B43971'

red 180 ◦ green 57 ◦ blue 113

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

Shades of Royal Heath #B43971

Tints of Royal Heath #B43971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.29%

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 51.43%
G = 16.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B43971 (or 0xB43971) is known color: Royal Heath. HEX triplet: B4, 39 and 71. RGB value is (180,57,113). Sum of RGB (Red+Green+Blue) = 180+57+113=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B43971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43971 is #4BC68E. Grayscale: #646464. Windows color (decimal): -4966031 or 7420340. OLE color: 7420340.

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

Color convert

RGB 180 57 113 -
CMYK 0 0.68 0.37 0.29
HSL 332.68º 0.52% 0.46% -
HSV(B) 332.68º 0.68% 0.71% -
XYZ 23.27 13.82 17.06 -
YUV 100.16 135.25 184.95 -
System Red Green Blue C M Y K H S L
Decimal 180 57 113 0 0.68 0.37 0.29 332.68 0.52 0.46
Hex B4 39 71 0 44 25 1D 14D 34 2E
Octal 264 71 161 0 104 45 35 515 64 56
Binary 10110100 111001 1110001 0 1000100 100101 11101 101001101 110100 101110

Color Harmonies of #B43971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43971

Black with #B43971

Text Example


Text Example

White with #B43971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43971; }

 p { color: rgb(180,57,113); }

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

background-color css

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

 a { background-color: rgb(180,57,113); }

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

border-color css

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

 span { border-color: rgb(180,57,113); }

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