Html Css Color HEX #BF5DFE Heliotrope

📋 copy color: '#BF5DFE'

red 191 ◦ green 93 ◦ blue 254

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

Shades of Heliotrope #BF5DFE

Tints of Heliotrope #BF5DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.21%

R = 35.5%
G = 17.29%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF5DFE (or 0xBF5DFE) is known color: Heliotrope. HEX triplet: BF, 5D and FE. RGB value is (191,93,254). Sum of RGB (Red+Green+Blue) = 191+93+254=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 93 (36.72% from 255 or 17.29% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF5DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5DFE is #40A201. Grayscale: #8C8C8C. Windows color (decimal): -4235778 or 16670143. OLE color: 16670143.

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

Color convert

RGB 191 93 254 -
CMYK 0.25 0.63 0 0.00
HSL 276.52º 0.99% 0.68% -
HSV(B) 276.52º 0.63% 1% -
XYZ 43.29 26.06 96.51 -
YUV 140.66 191.97 163.91 -
System Red Green Blue C M Y K H S L
Decimal 191 93 254 0.25 0.63 0 0.00 276.52 0.99 0.68
Hex BF 5D FE 19 3F 0 0 115 63 44
Octal 277 135 376 31 77 0 0 425 143 104
Binary 10111111 1011101 11111110 11001 111111 0 0 100010101 1100011 1000100

Color Harmonies of #BF5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5DFE

Black with #BF5DFE

Text Example


Text Example

White with #BF5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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