Html Css Color HEX #B0416F Royal Heath

📋 copy color: '#B0416F'

red 176 ◦ green 65 ◦ blue 111

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

Shades of Royal Heath #B0416F

Tints of Royal Heath #B0416F

RGB

 RED value IS 176 (69.14% from 255) = 50%

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

 BLUE value IS 111 (43.75% from 255) = 31.53%

R = 50%
G = 18.47%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0416F (or 0xB0416F) is known color: Royal Heath. HEX triplet: B0, 41 and 6F. RGB value is (176,65,111). Sum of RGB (Red+Green+Blue) = 176+65+111=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 65 (25.78% from 255 or 18.47% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416F is #4FBE90. Grayscale: #676767. Windows color (decimal): -5226129 or 7291312. OLE color: 7291312.

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

Color convert

RGB 176 65 111 -
CMYK 0 0.63 0.37 0.31
HSL 335.14º 0.46% 0.47% -
HSV(B) 335.14º 0.63% 0.69% -
XYZ 22.66 14.16 16.58 -
YUV 103.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 176 65 111 0 0.63 0.37 0.31 335.14 0.46 0.47
Hex B0 41 6F 0 3F 25 1F 14F 2E 2F
Octal 260 101 157 0 77 45 37 517 56 57
Binary 10110000 1000001 1101111 0 111111 100101 11111 101001111 101110 101111

Color Harmonies of #B0416F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0416F

Black with #B0416F

Text Example


Text Example

White with #B0416F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0416F; }

 p { color: rgb(176,65,111); }

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

background-color css

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

 a { background-color: rgb(176,65,111); }

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

border-color css

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

 span { border-color: rgb(176,65,111); }

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