Html Css Color HEX #BF6DFE Heliotrope

📋 copy color: '#BF6DFE'

red 191 ◦ green 109 ◦ blue 254

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

Shades of Heliotrope #BF6DFE

Tints of Heliotrope #BF6DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.68%

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

R = 34.48%
G = 19.68%
B = 45.85%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF6DFE (or 0xBF6DFE) is known color: Heliotrope. HEX triplet: BF, 6D and FE. RGB value is (191,109,254). Sum of RGB (Red+Green+Blue) = 191+109+254=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DFE is #409201. Grayscale: #959595. Windows color (decimal): -4231682 or 16674239. OLE color: 16674239.

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

Color convert

RGB 191 109 254 -
CMYK 0.25 0.57 0 0.00
HSL 273.93º 0.99% 0.71% -
HSV(B) 273.93º 0.57% 1% -
XYZ 44.84 29.17 97.03 -
YUV 150.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 191 109 254 0.25 0.57 0 0.00 273.93 0.99 0.71
Hex BF 6D FE 19 39 0 0 112 63 47
Octal 277 155 376 31 71 0 0 422 143 107
Binary 10111111 1101101 11111110 11001 111001 0 0 100010010 1100011 1000111

Color Harmonies of #BF6DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DFE

Black with #BF6DFE

Text Example


Text Example

White with #BF6DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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