Html Css Color HEX #B14881 Royal Heath

📋 copy color: '#B14881'

red 177 ◦ green 72 ◦ blue 129

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

Shades of Royal Heath #B14881

Tints of Royal Heath #B14881

RGB

 RED value IS 177 (69.53% from 255) = 46.83%

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

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

R = 46.83%
G = 19.05%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B14881 (or 0xB14881) is known color: Royal Heath. HEX triplet: B1, 48 and 81. RGB value is (177,72,129). Sum of RGB (Red+Green+Blue) = 177+72+129=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14881 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14881 is #4EB77E. Grayscale: #6D6D6D. Windows color (decimal): -5158783 or 8472753. OLE color: 8472753.

HSL color Cylindrical-coordinate representation of color #B14881: hue angle of 327.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14881 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 129 -
CMYK 0 0.59 0.27 0.31
HSL 327.43º 0.42% 0.49% -
HSV(B) 327.43º 0.59% 0.69% -
XYZ 24.41 15.57 22.49 -
YUV 109.89 138.79 175.87 -
System Red Green Blue C M Y K H S L
Decimal 177 72 129 0 0.59 0.27 0.31 327.43 0.42 0.49
Hex B1 48 81 0 3B 1B 1F 147 2A 31
Octal 261 110 201 0 73 33 37 507 52 61
Binary 10110001 1001000 10000001 0 111011 11011 11111 101000111 101010 110001

Color Harmonies of #B14881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14881

Black with #B14881

Text Example


Text Example

White with #B14881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14881; }

 p { color: rgb(177,72,129); }

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

background-color css

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

 a { background-color: rgb(177,72,129); }

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

border-color css

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

 span { border-color: rgb(177,72,129); }

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