Html Css Color HEX #B14982 Royal Heath

📋 copy color: '#B14982'

red 177 ◦ green 73 ◦ blue 130

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

Shades of Royal Heath #B14982

Tints of Royal Heath #B14982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.21%

 BLUE value IS 130 (51.17% from 255) = 34.21%

R = 46.58%
G = 19.21%
B = 34.21%

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

#B14982 (or 0xB14982) is known color: Royal Heath. HEX triplet: B1, 49 and 82. RGB value is (177,73,130). Sum of RGB (Red+Green+Blue) = 177+73+130=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B14982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14982 is #4EB67D. Grayscale: #6E6E6E. Windows color (decimal): -5158526 or 8538545. OLE color: 8538545.

HSL color Cylindrical-coordinate representation of color #B14982: hue angle of 327.12º 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 #B14982 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 130 -
CMYK 0 0.59 0.27 0.31
HSL 327.12º 0.42% 0.49% -
HSV(B) 327.12º 0.59% 0.69% -
XYZ 24.54 15.72 22.86 -
YUV 110.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 177 73 130 0 0.59 0.27 0.31 327.12 0.42 0.49
Hex B1 49 82 0 3B 1B 1F 147 2A 31
Octal 261 111 202 0 73 33 37 507 52 61
Binary 10110001 1001001 10000010 0 111011 11011 11111 101000111 101010 110001

Color Harmonies of #B14982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14982

Black with #B14982

Text Example


Text Example

White with #B14982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14982; }

 p { color: rgb(177,73,130); }

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

background-color css

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

 a { background-color: rgb(177,73,130); }

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

border-color css

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

 span { border-color: rgb(177,73,130); }

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