Html Css Color HEX #B34878 Royal Heath

📋 copy color: '#B34878'

red 179 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #B34878

Tints of Royal Heath #B34878

RGB

 RED value IS 179 (70.31% from 255) = 48.25%

 GREEN value IS 72 (28.52% from 255) = 19.41%

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

R = 48.25%
G = 19.41%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B34878 (or 0xB34878) is known color: Royal Heath. HEX triplet: B3, 48 and 78. RGB value is (179,72,120). Sum of RGB (Red+Green+Blue) = 179+72+120=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B34878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34878 is #4CB787. Grayscale: #6D6D6D. Windows color (decimal): -5027720 or 7882931. OLE color: 7882931.

HSL color Cylindrical-coordinate representation of color #B34878: hue angle of 333.08º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34878 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 72 120 -
CMYK 0 0.60 0.33 0.30
HSL 333.08º 0.43% 0.49% -
HSV(B) 333.08º 0.6% 0.7% -
XYZ 24.3 15.57 19.49 -
YUV 109.47 133.95 177.6 -
System Red Green Blue C M Y K H S L
Decimal 179 72 120 0 0.60 0.33 0.30 333.08 0.43 0.49
Hex B3 48 78 0 3C 21 1E 14D 2B 31
Octal 263 110 170 0 74 41 36 515 53 61
Binary 10110011 1001000 1111000 0 111100 100001 11110 101001101 101011 110001

Color Harmonies of #B34878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34878

Black with #B34878

Text Example


Text Example

White with #B34878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34878; }

 p { color: rgb(179,72,120); }

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

background-color css

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

 a { background-color: rgb(179,72,120); }

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

border-color css

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

 span { border-color: rgb(179,72,120); }

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