Html Css Color HEX #BF507C Royal Heath

📋 copy color: '#BF507C'

red 191 ◦ green 80 ◦ blue 124

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

Shades of Royal Heath #BF507C

Tints of Royal Heath #BF507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 48.35%
G = 20.25%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BF507C (or 0xBF507C) is known color: Royal Heath. HEX triplet: BF, 50 and 7C. RGB value is (191,80,124). Sum of RGB (Red+Green+Blue) = 191+80+124=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF507C is #40AF83. Grayscale: #767676. Windows color (decimal): -4239236 or 8147135. OLE color: 8147135.

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

Color convert

RGB 191 80 124 -
CMYK 0 0.58 0.35 0.25
HSL 336.22º 0.46% 0.53% -
HSV(B) 336.22º 0.58% 0.75% -
XYZ 27.99 18.27 21.12 -
YUV 118.21 131.27 179.92 -
System Red Green Blue C M Y K H S L
Decimal 191 80 124 0 0.58 0.35 0.25 336.22 0.46 0.53
Hex BF 50 7C 0 3A 23 19 150 2E 35
Octal 277 120 174 0 72 43 31 520 56 65
Binary 10111111 1010000 1111100 0 111010 100011 11001 101010000 101110 110101

Color Harmonies of #BF507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF507C

Black with #BF507C

Text Example


Text Example

White with #BF507C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF507C; }

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

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

background-color css

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

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

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

border-color css

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

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

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