Html Css Color HEX #BF5DFF Heliotrope

📋 copy color: '#BF5DFF'

red 191 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #BF5DFF

Tints of Heliotrope #BF5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.25%

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

R = 35.44%
G = 17.25%
B = 47.31%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF5DFF (or 0xBF5DFF) is known color: Heliotrope. HEX triplet: BF, 5D and FF. RGB value is (191,93,255). Sum of RGB (Red+Green+Blue) = 191+93+255=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DFF is #40A200. Grayscale: #8C8C8C. Windows color (decimal): -4235777 or 16735679. OLE color: 16735679.

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

Color convert

RGB 191 93 255 -
CMYK 0.25 0.64 0 0
HSL 276.3º 1% 0.68% -
HSV(B) 276.3º 0.64% 1% -
XYZ 43.45 26.13 97.36 -
YUV 140.77 192.47 163.83 -
System Red Green Blue C M Y K H S L
Decimal 191 93 255 0.25 0.64 0 0 276.3 1 0.68
Hex BF 5D FF 19 40 0 0 114 64 44
Octal 277 135 377 31 100 0 0 424 144 104
Binary 10111111 1011101 11111111 11001 1000000 0 0 100010100 1100100 1000100

Color Harmonies of #BF5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DFF

Black with #BF5DFF

Text Example


Text Example

White with #BF5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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