Html Css Color HEX #BF5880 Royal Heath

📋 copy color: '#BF5880'

red 191 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #BF5880

Tints of Royal Heath #BF5880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.62%

 BLUE value IS 128 (50.39% from 255) = 31.45%

R = 46.93%
G = 21.62%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BF5880 (or 0xBF5880) is known color: Royal Heath. HEX triplet: BF, 58 and 80. RGB value is (191,88,128). Sum of RGB (Red+Green+Blue) = 191+88+128=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 88 (34.77% from 255 or 21.62% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5880 is #40A77F. Grayscale: #7B7B7B. Windows color (decimal): -4237184 or 8411327. OLE color: 8411327.

HSL color Cylindrical-coordinate representation of color #BF5880: hue angle of 336.7º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5880 is Cyan = 0, Magento = 0.54, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 88 128 -
CMYK 0 0.54 0.33 0.25
HSL 336.7º 0.45% 0.55% -
HSV(B) 336.7º 0.54% 0.75% -
XYZ 28.87 19.61 22.69 -
YUV 123.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 191 88 128 0 0.54 0.33 0.25 336.7 0.45 0.55
Hex BF 58 80 0 36 21 19 151 2D 37
Octal 277 130 200 0 66 41 31 521 55 67
Binary 10111111 1011000 10000000 0 110110 100001 11001 101010001 101101 110111

Color Harmonies of #BF5880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5880

Black with #BF5880

Text Example


Text Example

White with #BF5880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5880; }

 p { color: rgb(191,88,128); }

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

background-color css

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

 a { background-color: rgb(191,88,128); }

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

border-color css

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

 span { border-color: rgb(191,88,128); }

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