Html Css Color HEX #B44678 Royal Heath

📋 copy color: '#B44678'

red 180 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #B44678

Tints of Royal Heath #B44678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 48.65%
G = 18.92%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B44678 (or 0xB44678) is known color: Royal Heath. HEX triplet: B4, 46 and 78. RGB value is (180,70,120). Sum of RGB (Red+Green+Blue) = 180+70+120=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B44678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44678 is #4BB987. Grayscale: #6C6C6C. Windows color (decimal): -4962696 or 7882420. OLE color: 7882420.

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

Color convert

RGB 180 70 120 -
CMYK 0 0.61 0.33 0.29
HSL 332.73º 0.44% 0.49% -
HSV(B) 332.73º 0.61% 0.71% -
XYZ 24.4 15.44 19.46 -
YUV 108.59 134.44 178.93 -
System Red Green Blue C M Y K H S L
Decimal 180 70 120 0 0.61 0.33 0.29 332.73 0.44 0.49
Hex B4 46 78 0 3D 21 1D 14D 2C 31
Octal 264 106 170 0 75 41 35 515 54 61
Binary 10110100 1000110 1111000 0 111101 100001 11101 101001101 101100 110001

Color Harmonies of #B44678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44678

Black with #B44678

Text Example


Text Example

White with #B44678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44678; }

 p { color: rgb(180,70,120); }

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

background-color css

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

 a { background-color: rgb(180,70,120); }

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

border-color css

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

 span { border-color: rgb(180,70,120); }

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