Html Css Color HEX #BF4878 Royal Heath

📋 copy color: '#BF4878'

red 191 ◦ green 72 ◦ blue 120

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

Shades of Royal Heath #BF4878

Tints of Royal Heath #BF4878

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.8%

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

R = 49.87%
G = 18.8%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF4878 (or 0xBF4878) is known color: Royal Heath. HEX triplet: BF, 48 and 78. RGB value is (191,72,120). Sum of RGB (Red+Green+Blue) = 191+72+120=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4878 is #40B787. Grayscale: #707070. Windows color (decimal): -4241288 or 7882943. OLE color: 7882943.

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

Color convert

RGB 191 72 120 -
CMYK 0 0.62 0.37 0.25
HSL 335.8º 0.48% 0.52% -
HSV(B) 335.8º 0.62% 0.75% -
XYZ 27.19 17.07 19.63 -
YUV 113.05 131.92 183.6 -
System Red Green Blue C M Y K H S L
Decimal 191 72 120 0 0.62 0.37 0.25 335.8 0.48 0.52
Hex BF 48 78 0 3E 25 19 150 30 34
Octal 277 110 170 0 76 45 31 520 60 64
Binary 10111111 1001000 1111000 0 111110 100101 11001 101010000 110000 110100

Color Harmonies of #BF4878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4878

Black with #BF4878

Text Example


Text Example

White with #BF4878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4878; }

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

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

background-color css

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

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

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

border-color css

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

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

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