Html Css Color HEX #B43B74 Royal Heath

📋 copy color: '#B43B74'

red 180 ◦ green 59 ◦ blue 116

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

Shades of Royal Heath #B43B74

Tints of Royal Heath #B43B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.62%

 BLUE value IS 116 (45.7% from 255) = 32.68%

R = 50.7%
G = 16.62%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B43B74 (or 0xB43B74) is known color: Royal Heath. HEX triplet: B4, 3B and 74. RGB value is (180,59,116). Sum of RGB (Red+Green+Blue) = 180+59+116=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 59 (23.44% from 255 or 16.62% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43B74 is #4BC48B. Grayscale: #656565. Windows color (decimal): -4965516 or 7617460. OLE color: 7617460.

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

Color convert

RGB 180 59 116 -
CMYK 0 0.67 0.36 0.29
HSL 331.74º 0.51% 0.47% -
HSV(B) 331.74º 0.67% 0.71% -
XYZ 23.54 14.09 18 -
YUV 101.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 180 59 116 0 0.67 0.36 0.29 331.74 0.51 0.47
Hex B4 3B 74 0 43 24 1D 14C 33 2F
Octal 264 73 164 0 103 44 35 514 63 57
Binary 10110100 111011 1110100 0 1000011 100100 11101 101001100 110011 101111

Color Harmonies of #B43B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43B74

Black with #B43B74

Text Example


Text Example

White with #B43B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43B74; }

 p { color: rgb(180,59,116); }

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

background-color css

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

 a { background-color: rgb(180,59,116); }

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

border-color css

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

 span { border-color: rgb(180,59,116); }

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