Html Css Color HEX #BF6EF1 Heliotrope

📋 copy color: '#BF6EF1'

red 191 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #BF6EF1

Tints of Heliotrope #BF6EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.3%

 BLUE value IS 241 (94.53% from 255) = 44.46%

R = 35.24%
G = 20.3%
B = 44.46%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6EF1 (or 0xBF6EF1) is known color: Heliotrope. HEX triplet: BF, 6E and F1. RGB value is (191,110,241). Sum of RGB (Red+Green+Blue) = 191+110+241=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 110 (43.36% from 255 or 20.30% from 542); Blue value is 241 (94.53% from 255 or 44.46% from 542); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF6EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EF1 is #40910E. Grayscale: #949494. Windows color (decimal): -4231439 or 15822527. OLE color: 15822527.

HSL color Cylindrical-coordinate representation of color #BF6EF1: hue angle of 277.1º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6EF1 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 110 241 -
CMYK 0.21 0.54 0 0.05
HSL 277.1º 0.82% 0.69% -
HSV(B) 277.1º 0.54% 0.95% -
XYZ 42.94 28.58 86.47 -
YUV 149.15 179.84 157.85 -
System Red Green Blue C M Y K H S L
Decimal 191 110 241 0.21 0.54 0 0.05 277.1 0.82 0.69
Hex BF 6E F1 15 36 0 5 115 52 45
Octal 277 156 361 25 66 0 5 425 122 105
Binary 10111111 1101110 11110001 10101 110110 0 101 100010101 1010010 1000101

Color Harmonies of #BF6EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EF1

Black with #BF6EF1

Text Example


Text Example

White with #BF6EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EF1; }

 p { color: rgb(191,110,241); }

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

background-color css

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

 a { background-color: rgb(191,110,241); }

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

border-color css

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

 span { border-color: rgb(191,110,241); }

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