Html Css Color HEX #BF4C78 Royal Heath

📋 copy color: '#BF4C78'

red 191 ◦ green 76 ◦ blue 120

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

Shades of Royal Heath #BF4C78

Tints of Royal Heath #BF4C78

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.64%

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

R = 49.35%
G = 19.64%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4C78 (or 0xBF4C78) is known color: Royal Heath. HEX triplet: BF, 4C and 78. RGB value is (191,76,120). Sum of RGB (Red+Green+Blue) = 191+76+120=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 76 (30.08% from 255 or 19.64% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4C78 is #40B387. Grayscale: #737373. Windows color (decimal): -4240264 or 7883967. OLE color: 7883967.

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

Color convert

RGB 191 76 120 -
CMYK 0 0.60 0.37 0.25
HSL 337.04º 0.47% 0.52% -
HSV(B) 337.04º 0.6% 0.75% -
XYZ 27.46 17.6 19.72 -
YUV 115.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 191 76 120 0 0.60 0.37 0.25 337.04 0.47 0.52
Hex BF 4C 78 0 3C 25 19 151 2F 34
Octal 277 114 170 0 74 45 31 521 57 64
Binary 10111111 1001100 1111000 0 111100 100101 11001 101010001 101111 110100

Color Harmonies of #BF4C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4C78

Black with #BF4C78

Text Example


Text Example

White with #BF4C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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