Html Css Color HEX #B1447C Royal Heath

📋 copy color: '#B1447C'

red 177 ◦ green 68 ◦ blue 124

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

Shades of Royal Heath #B1447C

Tints of Royal Heath #B1447C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 124 (48.83% from 255) = 33.6%

R = 47.97%
G = 18.43%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1447C (or 0xB1447C) is known color: Royal Heath. HEX triplet: B1, 44 and 7C. RGB value is (177,68,124). Sum of RGB (Red+Green+Blue) = 177+68+124=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 124 (48.83% from 255 or 33.60% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447C is #4EBB83. Grayscale: #6A6A6A. Windows color (decimal): -5159812 or 8144049. OLE color: 8144049.

HSL color Cylindrical-coordinate representation of color #B1447C: hue angle of 329.17º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1447C is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 68 124 -
CMYK 0 0.62 0.30 0.31
HSL 329.17º 0.44% 0.48% -
HSV(B) 329.17º 0.62% 0.69% -
XYZ 23.84 14.94 20.7 -
YUV 106.98 137.61 177.95 -
System Red Green Blue C M Y K H S L
Decimal 177 68 124 0 0.62 0.30 0.31 329.17 0.44 0.48
Hex B1 44 7C 0 3E 1E 1F 149 2C 30
Octal 261 104 174 0 76 36 37 511 54 60
Binary 10110001 1000100 1111100 0 111110 11110 11111 101001001 101100 110000

Color Harmonies of #B1447C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1447C

Black with #B1447C

Text Example


Text Example

White with #B1447C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1447C; }

 p { color: rgb(177,68,124); }

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

background-color css

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

 a { background-color: rgb(177,68,124); }

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

border-color css

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

 span { border-color: rgb(177,68,124); }

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