Html Css Color HEX #BF6DF1 Heliotrope

📋 copy color: '#BF6DF1'

red 191 ◦ green 109 ◦ blue 241

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

Shades of Heliotrope #BF6DF1

Tints of Heliotrope #BF6DF1

RGB

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

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

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

R = 35.3%
G = 20.15%
B = 44.55%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6DF1 (or 0xBF6DF1) is known color: Heliotrope. HEX triplet: BF, 6D and F1. RGB value is (191,109,241). Sum of RGB (Red+Green+Blue) = 191+109+241=541 (71% of max value = 765). Red value is 191 (75% from 255 or 35.30% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 241 (94.53% from 255 or 44.55% from 541); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DF1 is #40920E. Grayscale: #949494. Windows color (decimal): -4231695 or 15822271. OLE color: 15822271.

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

Color convert

RGB 191 109 241 -
CMYK 0.21 0.55 0 0.05
HSL 277.27º 0.83% 0.69% -
HSV(B) 277.27º 0.55% 0.95% -
XYZ 42.83 28.36 86.44 -
YUV 148.57 180.17 158.27 -
System Red Green Blue C M Y K H S L
Decimal 191 109 241 0.21 0.55 0 0.05 277.27 0.83 0.69
Hex BF 6D F1 15 37 0 5 115 52 45
Octal 277 155 361 25 67 0 5 425 122 105
Binary 10111111 1101101 11110001 10101 110111 0 101 100010101 1010010 1000101

Color Harmonies of #BF6DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DF1

Black with #BF6DF1

Text Example


Text Example

White with #BF6DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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