Html Css Color HEX #B94178 Royal Heath

📋 copy color: '#B94178'

red 185 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #B94178

Tints of Royal Heath #B94178

RGB

 RED value IS 185 (72.66% from 255) = 50%

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 50%
G = 17.57%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B94178 (or 0xB94178) is known color: Royal Heath. HEX triplet: B9, 41 and 78. RGB value is (185,65,120). Sum of RGB (Red+Green+Blue) = 185+65+120=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B94178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94178 is #46BE87. Grayscale: #6B6B6B. Windows color (decimal): -4636296 or 7881145. OLE color: 7881145.

HSL color Cylindrical-coordinate representation of color #B94178: hue angle of 332.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B94178 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 65 120 -
CMYK 0 0.65 0.35 0.27
HSL 332.5º 0.48% 0.49% -
HSV(B) 332.5º 0.65% 0.73% -
XYZ 25.29 15.45 19.42 -
YUV 107.15 135.26 183.53 -
System Red Green Blue C M Y K H S L
Decimal 185 65 120 0 0.65 0.35 0.27 332.5 0.48 0.49
Hex B9 41 78 0 41 23 1B 14C 30 31
Octal 271 101 170 0 101 43 33 514 60 61
Binary 10111001 1000001 1111000 0 1000001 100011 11011 101001100 110000 110001

Color Harmonies of #B94178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94178

Black with #B94178

Text Example


Text Example

White with #B94178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94178; }

 p { color: rgb(185,65,120); }

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

background-color css

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

 a { background-color: rgb(185,65,120); }

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

border-color css

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

 span { border-color: rgb(185,65,120); }

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