Html Css Color HEX #B43D72 Royal Heath

📋 copy color: '#B43D72'

red 180 ◦ green 61 ◦ blue 114

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

Shades of Royal Heath #B43D72

Tints of Royal Heath #B43D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.18%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 50.7%
G = 17.18%
B = 32.11%

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

#B43D72 (or 0xB43D72) is known color: Royal Heath. HEX triplet: B4, 3D and 72. RGB value is (180,61,114). Sum of RGB (Red+Green+Blue) = 180+61+114=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43D72 is #4BC28D. Grayscale: #666666. Windows color (decimal): -4965006 or 7486900. OLE color: 7486900.

HSL color Cylindrical-coordinate representation of color #B43D72: hue angle of 333.28º 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 #B43D72 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 61 114 -
CMYK 0 0.66 0.37 0.29
HSL 333.28º 0.49% 0.47% -
HSV(B) 333.28º 0.66% 0.71% -
XYZ 23.53 14.26 17.43 -
YUV 102.62 134.42 183.19 -
System Red Green Blue C M Y K H S L
Decimal 180 61 114 0 0.66 0.37 0.29 333.28 0.49 0.47
Hex B4 3D 72 0 42 25 1D 14D 31 2F
Octal 264 75 162 0 102 45 35 515 61 57
Binary 10110100 111101 1110010 0 1000010 100101 11101 101001101 110001 101111

Color Harmonies of #B43D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43D72

Black with #B43D72

Text Example


Text Example

White with #B43D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43D72; }

 p { color: rgb(180,61,114); }

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

background-color css

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

 a { background-color: rgb(180,61,114); }

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

border-color css

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

 span { border-color: rgb(180,61,114); }

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