Html Css Color HEX #B43E71 Royal Heath

📋 copy color: '#B43E71'

red 180 ◦ green 62 ◦ blue 113

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

Shades of Royal Heath #B43E71

Tints of Royal Heath #B43E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.46%

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

R = 50.7%
G = 17.46%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B43E71 (or 0xB43E71) is known color: Royal Heath. HEX triplet: B4, 3E and 71. RGB value is (180,62,113). Sum of RGB (Red+Green+Blue) = 180+62+113=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 62 (24.61% from 255 or 17.46% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E71 is #4BC18E. Grayscale: #676767. Windows color (decimal): -4964751 or 7421620. OLE color: 7421620.

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

Color convert

RGB 180 62 113 -
CMYK 0 0.66 0.37 0.29
HSL 334.07º 0.49% 0.47% -
HSV(B) 334.07º 0.66% 0.71% -
XYZ 23.53 14.34 17.15 -
YUV 103.1 133.59 182.85 -
System Red Green Blue C M Y K H S L
Decimal 180 62 113 0 0.66 0.37 0.29 334.07 0.49 0.47
Hex B4 3E 71 0 42 25 1D 14E 31 2F
Octal 264 76 161 0 102 45 35 516 61 57
Binary 10110100 111110 1110001 0 1000010 100101 11101 101001110 110001 101111

Color Harmonies of #B43E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E71

Black with #B43E71

Text Example


Text Example

White with #B43E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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