Html Css Color HEX #BF4E7E Royal Heath

📋 copy color: '#BF4E7E'

red 191 ◦ green 78 ◦ blue 126

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

Shades of Royal Heath #BF4E7E

Tints of Royal Heath #BF4E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 48.35%
G = 19.75%
B = 31.9%

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

#BF4E7E (or 0xBF4E7E) is known color: Royal Heath. HEX triplet: BF, 4E and 7E. RGB value is (191,78,126). Sum of RGB (Red+Green+Blue) = 191+78+126=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF4E7E is #40B181. Grayscale: #757575. Windows color (decimal): -4239746 or 8277695. OLE color: 8277695.

HSL color Cylindrical-coordinate representation of color #BF4E7E: hue angle of 334.51º 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 #BF4E7E is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 78 126 -
CMYK 0 0.59 0.34 0.25
HSL 334.51º 0.47% 0.53% -
HSV(B) 334.51º 0.59% 0.75% -
XYZ 27.98 18.03 21.74 -
YUV 117.26 132.94 180.6 -
System Red Green Blue C M Y K H S L
Decimal 191 78 126 0 0.59 0.34 0.25 334.51 0.47 0.53
Hex BF 4E 7E 0 3B 22 19 14F 2F 35
Octal 277 116 176 0 73 42 31 517 57 65
Binary 10111111 1001110 1111110 0 111011 100010 11001 101001111 101111 110101

Color Harmonies of #BF4E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4E7E

Black with #BF4E7E

Text Example


Text Example

White with #BF4E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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