Html Css Color HEX #BF4A78 Royal Heath

📋 copy color: '#BF4A78'

red 191 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #BF4A78

Tints of Royal Heath #BF4A78

RGB

 RED value IS 191 (75% from 255) = 49.61%

 GREEN value IS 74 (29.3% from 255) = 19.22%

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

R = 49.61%
G = 19.22%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4A78 (or 0xBF4A78) is known color: Royal Heath. HEX triplet: BF, 4A and 78. RGB value is (191,74,120). Sum of RGB (Red+Green+Blue) = 191+74+120=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4A78 is #40B587. Grayscale: #727272. Windows color (decimal): -4240776 or 7883455. OLE color: 7883455.

HSL color Cylindrical-coordinate representation of color #BF4A78: hue angle of 336.41º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A78 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 74 120 -
CMYK 0 0.61 0.37 0.25
HSL 336.41º 0.48% 0.52% -
HSV(B) 336.41º 0.61% 0.75% -
XYZ 27.32 17.33 19.67 -
YUV 114.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 191 74 120 0 0.61 0.37 0.25 336.41 0.48 0.52
Hex BF 4A 78 0 3D 25 19 150 30 34
Octal 277 112 170 0 75 45 31 520 60 64
Binary 10111111 1001010 1111000 0 111101 100101 11001 101010000 110000 110100

Color Harmonies of #BF4A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A78

Black with #BF4A78

Text Example


Text Example

White with #BF4A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A78; }

 p { color: rgb(191,74,120); }

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

background-color css

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

 a { background-color: rgb(191,74,120); }

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

border-color css

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

 span { border-color: rgb(191,74,120); }

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