Html Css Color HEX #BF507F Royal Heath

📋 copy color: '#BF507F'

red 191 ◦ green 80 ◦ blue 127

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

Shades of Royal Heath #BF507F

Tints of Royal Heath #BF507F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

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

R = 47.99%
G = 20.1%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF507F (or 0xBF507F) is known color: Royal Heath. HEX triplet: BF, 50 and 7F. RGB value is (191,80,127). Sum of RGB (Red+Green+Blue) = 191+80+127=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF507F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF507F is #40AF80. Grayscale: #767676. Windows color (decimal): -4239233 or 8343743. OLE color: 8343743.

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

Color convert

RGB 191 80 127 -
CMYK 0 0.58 0.34 0.25
HSL 334.59º 0.46% 0.53% -
HSV(B) 334.59º 0.58% 0.75% -
XYZ 28.19 18.35 22.13 -
YUV 118.55 132.77 179.68 -
System Red Green Blue C M Y K H S L
Decimal 191 80 127 0 0.58 0.34 0.25 334.59 0.46 0.53
Hex BF 50 7F 0 3A 22 19 14F 2E 35
Octal 277 120 177 0 72 42 31 517 56 65
Binary 10111111 1010000 1111111 0 111010 100010 11001 101001111 101110 110101

Color Harmonies of #BF507F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF507F

Black with #BF507F

Text Example


Text Example

White with #BF507F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF507F; }

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

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

background-color css

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

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

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

border-color css

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

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

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