Html Css Color HEX #B34681 Royal Heath

📋 copy color: '#B34681'

red 179 ◦ green 70 ◦ blue 129

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

Shades of Royal Heath #B34681

Tints of Royal Heath #B34681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.13%

R = 47.35%
G = 18.52%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B34681 (or 0xB34681) is known color: Royal Heath. HEX triplet: B3, 46 and 81. RGB value is (179,70,129). Sum of RGB (Red+Green+Blue) = 179+70+129=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 70 (27.73% from 255 or 18.52% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B34681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34681 is #4CB97E. Grayscale: #6D6D6D. Windows color (decimal): -5028223 or 8472243. OLE color: 8472243.

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

Color convert

RGB 179 70 129 -
CMYK 0 0.61 0.28 0.30
HSL 327.52º 0.44% 0.49% -
HSV(B) 327.52º 0.61% 0.7% -
XYZ 24.74 15.55 22.47 -
YUV 109.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 179 70 129 0 0.61 0.28 0.30 327.52 0.44 0.49
Hex B3 46 81 0 3D 1C 1E 148 2C 31
Octal 263 106 201 0 75 34 36 510 54 61
Binary 10110011 1000110 10000001 0 111101 11100 11110 101001000 101100 110001

Color Harmonies of #B34681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34681

Black with #B34681

Text Example


Text Example

White with #B34681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34681; }

 p { color: rgb(179,70,129); }

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

background-color css

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

 a { background-color: rgb(179,70,129); }

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

border-color css

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

 span { border-color: rgb(179,70,129); }

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