Html Css Color HEX #B0417B Royal Heath

📋 copy color: '#B0417B'

red 176 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #B0417B

Tints of Royal Heath #B0417B

RGB

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

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

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

R = 48.35%
G = 17.86%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0417B (or 0xB0417B) is known color: Royal Heath. HEX triplet: B0, 41 and 7B. RGB value is (176,65,123). Sum of RGB (Red+Green+Blue) = 176+65+123=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 65 (25.78% from 255 or 17.86% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0417B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0417B is #4FBE84. Grayscale: #686868. Windows color (decimal): -5226117 or 8077744. OLE color: 8077744.

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

Color convert

RGB 176 65 123 -
CMYK 0 0.63 0.30 0.31
HSL 328.65º 0.46% 0.47% -
HSV(B) 328.65º 0.63% 0.69% -
XYZ 23.37 14.44 20.29 -
YUV 104.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 176 65 123 0 0.63 0.30 0.31 328.65 0.46 0.47
Hex B0 41 7B 0 3F 1E 1F 149 2E 2F
Octal 260 101 173 0 77 36 37 511 56 57
Binary 10110000 1000001 1111011 0 111111 11110 11111 101001001 101110 101111

Color Harmonies of #B0417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0417B

Black with #B0417B

Text Example


Text Example

White with #B0417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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