Html Css Color HEX #B1417B Royal Heath

📋 copy color: '#B1417B'

red 177 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #B1417B

Tints of Royal Heath #B1417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.81%

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

R = 48.49%
G = 17.81%
B = 33.7%

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

#B1417B (or 0xB1417B) is known color: Royal Heath. HEX triplet: B1, 41 and 7B. RGB value is (177,65,123). Sum of RGB (Red+Green+Blue) = 177+65+123=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1417B is #4EBE84. Grayscale: #686868. Windows color (decimal): -5160581 or 8077745. OLE color: 8077745.

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

Color convert

RGB 177 65 123 -
CMYK 0 0.63 0.31 0.31
HSL 328.93º 0.46% 0.47% -
HSV(B) 328.93º 0.63% 0.69% -
XYZ 23.6 14.56 20.31 -
YUV 105.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 177 65 123 0 0.63 0.31 0.31 328.93 0.46 0.47
Hex B1 41 7B 0 3F 1F 1F 149 2E 2F
Octal 261 101 173 0 77 37 37 511 56 57
Binary 10110001 1000001 1111011 0 111111 11111 11111 101001001 101110 101111

Color Harmonies of #B1417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1417B

Black with #B1417B

Text Example


Text Example

White with #B1417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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