Html Css Color HEX #BF4E7F Royal Heath

📋 copy color: '#BF4E7F'

red 191 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #BF4E7F

Tints of Royal Heath #BF4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 127 (50% from 255) = 32.07%

R = 48.23%
G = 19.7%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF4E7F (or 0xBF4E7F) is known color: Royal Heath. HEX triplet: BF, 4E and 7F. RGB value is (191,78,127). Sum of RGB (Red+Green+Blue) = 191+78+127=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E7F is #40B180. Grayscale: #757575. Windows color (decimal): -4239745 or 8343231. OLE color: 8343231.

HSL color Cylindrical-coordinate representation of color #BF4E7F: hue angle of 333.98º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF4E7F is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 127 -
CMYK 0 0.59 0.34 0.25
HSL 333.98º 0.47% 0.53% -
HSV(B) 333.98º 0.59% 0.75% -
XYZ 28.04 18.06 22.09 -
YUV 117.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 191 78 127 0 0.59 0.34 0.25 333.98 0.47 0.53
Hex BF 4E 7F 0 3B 22 19 14E 2F 35
Octal 277 116 177 0 73 42 31 516 57 65
Binary 10111111 1001110 1111111 0 111011 100010 11001 101001110 101111 110101

Color Harmonies of #BF4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E7F

Black with #BF4E7F

Text Example


Text Example

White with #BF4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E7F; }

 p { color: rgb(191,78,127); }

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

background-color css

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

 a { background-color: rgb(191,78,127); }

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

border-color css

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

 span { border-color: rgb(191,78,127); }

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