Html Css Color HEX #B34A7A Royal Heath

📋 copy color: '#B34A7A'

red 179 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #B34A7A

Tints of Royal Heath #B34A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 47.73%
G = 19.73%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34A7A (or 0xB34A7A) is known color: Royal Heath. HEX triplet: B3, 4A and 7A. RGB value is (179,74,122). Sum of RGB (Red+Green+Blue) = 179+74+122=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A7A is #4CB585. Grayscale: #6E6E6E. Windows color (decimal): -5027206 or 8014515. OLE color: 8014515.

HSL color Cylindrical-coordinate representation of color #B34A7A: hue angle of 332.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A7A is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 74 122 -
CMYK 0 0.59 0.32 0.30
HSL 332.57º 0.42% 0.5% -
HSV(B) 332.57º 0.59% 0.7% -
XYZ 24.55 15.89 20.18 -
YUV 110.87 134.29 176.6 -
System Red Green Blue C M Y K H S L
Decimal 179 74 122 0 0.59 0.32 0.30 332.57 0.42 0.5
Hex B3 4A 7A 0 3B 20 1E 14D 2A 32
Octal 263 112 172 0 73 40 36 515 52 62
Binary 10110011 1001010 1111010 0 111011 100000 11110 101001101 101010 110010

Color Harmonies of #B34A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34A7A

Black with #B34A7A

Text Example


Text Example

White with #B34A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34A7A; }

 p { color: rgb(179,74,122); }

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

background-color css

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

 a { background-color: rgb(179,74,122); }

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

border-color css

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

 span { border-color: rgb(179,74,122); }

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