Html Css Color HEX #B43A6F Royal Heath

📋 copy color: '#B43A6F'

red 180 ◦ green 58 ◦ blue 111

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

Shades of Royal Heath #B43A6F

Tints of Royal Heath #B43A6F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.62%

 BLUE value IS 111 (43.75% from 255) = 31.81%

R = 51.58%
G = 16.62%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B43A6F (or 0xB43A6F) is known color: Royal Heath. HEX triplet: B4, 3A and 6F. RGB value is (180,58,111). Sum of RGB (Red+Green+Blue) = 180+58+111=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A6F is #4BC590. Grayscale: #646464. Windows color (decimal): -4965777 or 7289524. OLE color: 7289524.

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

Color convert

RGB 180 58 111 -
CMYK 0 0.68 0.38 0.29
HSL 333.93º 0.51% 0.47% -
HSV(B) 333.93º 0.68% 0.71% -
XYZ 23.2 13.88 16.49 -
YUV 100.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 180 58 111 0 0.68 0.38 0.29 333.93 0.51 0.47
Hex B4 3A 6F 0 44 26 1D 14E 33 2F
Octal 264 72 157 0 104 46 35 516 63 57
Binary 10110100 111010 1101111 0 1000100 100110 11101 101001110 110011 101111

Color Harmonies of #B43A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43A6F

Black with #B43A6F

Text Example


Text Example

White with #B43A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43A6F; }

 p { color: rgb(180,58,111); }

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

background-color css

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

 a { background-color: rgb(180,58,111); }

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

border-color css

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

 span { border-color: rgb(180,58,111); }

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