Html Css Color HEX #BF507D Royal Heath

📋 copy color: '#BF507D'

red 191 ◦ green 80 ◦ blue 125

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

Shades of Royal Heath #BF507D

Tints of Royal Heath #BF507D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.57%

R = 48.23%
G = 20.2%
B = 31.57%

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

#BF507D (or 0xBF507D) is known color: Royal Heath. HEX triplet: BF, 50 and 7D. RGB value is (191,80,125). Sum of RGB (Red+Green+Blue) = 191+80+125=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF507D is #40AF82. Grayscale: #767676. Windows color (decimal): -4239235 or 8212671. OLE color: 8212671.

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

Color convert

RGB 191 80 125 -
CMYK 0 0.58 0.35 0.25
HSL 335.68º 0.46% 0.53% -
HSV(B) 335.68º 0.58% 0.75% -
XYZ 28.06 18.29 21.45 -
YUV 118.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 191 80 125 0 0.58 0.35 0.25 335.68 0.46 0.53
Hex BF 50 7D 0 3A 23 19 150 2E 35
Octal 277 120 175 0 72 43 31 520 56 65
Binary 10111111 1010000 1111101 0 111010 100011 11001 101010000 101110 110101

Color Harmonies of #BF507D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF507D

Black with #BF507D

Text Example


Text Example

White with #BF507D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF507D; }

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

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

background-color css

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

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

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

border-color css

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

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

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