Html Css Color HEX #B34B7E Royal Heath

📋 copy color: '#B34B7E'

red 179 ◦ green 75 ◦ blue 126

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

Shades of Royal Heath #B34B7E

Tints of Royal Heath #B34B7E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

 BLUE value IS 126 (49.61% from 255) = 33.16%

R = 47.11%
G = 19.74%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B34B7E (or 0xB34B7E) is known color: Royal Heath. HEX triplet: B3, 4B and 7E. RGB value is (179,75,126). Sum of RGB (Red+Green+Blue) = 179+75+126=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B7E is #4CB481. Grayscale: #6F6F6F. Windows color (decimal): -5026946 or 8276915. OLE color: 8276915.

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

Color convert

RGB 179 75 126 -
CMYK 0 0.58 0.30 0.30
HSL 330.58º 0.41% 0.5% -
HSV(B) 330.58º 0.58% 0.7% -
XYZ 24.87 16.12 21.54 -
YUV 111.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 179 75 126 0 0.58 0.30 0.30 330.58 0.41 0.5
Hex B3 4B 7E 0 3A 1E 1E 14B 29 32
Octal 263 113 176 0 72 36 36 513 51 62
Binary 10110011 1001011 1111110 0 111010 11110 11110 101001011 101001 110010

Color Harmonies of #B34B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34B7E

Black with #B34B7E

Text Example


Text Example

White with #B34B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34B7E; }

 p { color: rgb(179,75,126); }

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

background-color css

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

 a { background-color: rgb(179,75,126); }

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

border-color css

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

 span { border-color: rgb(179,75,126); }

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