Html Css Color HEX #BF59FF Heliotrope

📋 copy color: '#BF59FF'

red 191 ◦ green 89 ◦ blue 255

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

Shades of Heliotrope #BF59FF

Tints of Heliotrope #BF59FF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 16.64%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 35.7%
G = 16.64%
B = 47.66%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF59FF (or 0xBF59FF) is known color: Heliotrope. HEX triplet: BF, 59 and FF. RGB value is (191,89,255). Sum of RGB (Red+Green+Blue) = 191+89+255=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF59FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF59FF is #40A600. Grayscale: #898989. Windows color (decimal): -4236801 or 16734655. OLE color: 16734655.

HSL color Cylindrical-coordinate representation of color #BF59FF: hue angle of 276.87º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF59FF is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 89 255 -
CMYK 0.25 0.65 0 0
HSL 276.87º 1% 0.67% -
HSV(B) 276.87º 0.65% 1% -
XYZ 43.11 25.44 97.25 -
YUV 138.42 193.79 165.5 -
System Red Green Blue C M Y K H S L
Decimal 191 89 255 0.25 0.65 0 0 276.87 1 0.67
Hex BF 59 FF 19 41 0 0 115 64 43
Octal 277 131 377 31 101 0 0 425 144 103
Binary 10111111 1011001 11111111 11001 1000001 0 0 100010101 1100100 1000011

Color Harmonies of #BF59FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF59FF

Black with #BF59FF

Text Example


Text Example

White with #BF59FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF59FF; }

 p { color: rgb(191,89,255); }

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

background-color css

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

 a { background-color: rgb(191,89,255); }

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

border-color css

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

 span { border-color: rgb(191,89,255); }

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