Html Css Color HEX #B0416E Royal Heath

📋 copy color: '#B0416E'

red 176 ◦ green 65 ◦ blue 110

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

Shades of Royal Heath #B0416E

Tints of Royal Heath #B0416E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 50.14%
G = 18.52%
B = 31.34%

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

#B0416E (or 0xB0416E) is known color: Royal Heath. HEX triplet: B0, 41 and 6E. RGB value is (176,65,110). Sum of RGB (Red+Green+Blue) = 176+65+110=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B0416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0416E is #4FBE91. Grayscale: #676767. Windows color (decimal): -5226130 or 7225776. OLE color: 7225776.

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

Color convert

RGB 176 65 110 -
CMYK 0 0.63 0.37 0.31
HSL 335.68º 0.46% 0.47% -
HSV(B) 335.68º 0.63% 0.69% -
XYZ 22.61 14.14 16.29 -
YUV 103.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 176 65 110 0 0.63 0.37 0.31 335.68 0.46 0.47
Hex B0 41 6E 0 3F 25 1F 150 2E 2F
Octal 260 101 156 0 77 45 37 520 56 57
Binary 10110000 1000001 1101110 0 111111 100101 11111 101010000 101110 101111

Color Harmonies of #B0416E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0416E

Black with #B0416E

Text Example


Text Example

White with #B0416E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0416E; }

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

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

background-color css

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

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

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

border-color css

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

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

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