Html Css Color HEX #B1427B Royal Heath

📋 copy color: '#B1427B'

red 177 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #B1427B

Tints of Royal Heath #B1427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

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

R = 48.36%
G = 18.03%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1427B (or 0xB1427B) is known color: Royal Heath. HEX triplet: B1, 42 and 7B. RGB value is (177,66,123). Sum of RGB (Red+Green+Blue) = 177+66+123=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1427B is #4EBD84. Grayscale: #696969. Windows color (decimal): -5160325 or 8078001. OLE color: 8078001.

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

Color convert

RGB 177 66 123 -
CMYK 0 0.63 0.31 0.31
HSL 329.19º 0.46% 0.48% -
HSV(B) 329.19º 0.63% 0.69% -
XYZ 23.65 14.67 20.32 -
YUV 105.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 177 66 123 0 0.63 0.31 0.31 329.19 0.46 0.48
Hex B1 42 7B 0 3F 1F 1F 149 2E 30
Octal 261 102 173 0 77 37 37 511 56 60
Binary 10110001 1000010 1111011 0 111111 11111 11111 101001001 101110 110000

Color Harmonies of #B1427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1427B

Black with #B1427B

Text Example


Text Example

White with #B1427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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