Html Css Color HEX #B1447B Royal Heath

📋 copy color: '#B1447B'

red 177 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #B1447B

Tints of Royal Heath #B1447B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 48.1%
G = 18.48%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1447B (or 0xB1447B) is known color: Royal Heath. HEX triplet: B1, 44 and 7B. RGB value is (177,68,123). Sum of RGB (Red+Green+Blue) = 177+68+123=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1447B is #4EBB84. Grayscale: #6A6A6A. Windows color (decimal): -5159813 or 8078513. OLE color: 8078513.

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

Color convert

RGB 177 68 123 -
CMYK 0 0.62 0.31 0.31
HSL 329.72º 0.44% 0.48% -
HSV(B) 329.72º 0.62% 0.69% -
XYZ 23.77 14.91 20.36 -
YUV 106.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 177 68 123 0 0.62 0.31 0.31 329.72 0.44 0.48
Hex B1 44 7B 0 3E 1F 1F 14A 2C 30
Octal 261 104 173 0 76 37 37 512 54 60
Binary 10110001 1000100 1111011 0 111110 11111 11111 101001010 101100 110000

Color Harmonies of #B1447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1447B

Black with #B1447B

Text Example


Text Example

White with #B1447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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