Html Css Color HEX #BF6CF1 Heliotrope

📋 copy color: '#BF6CF1'

red 191 ◦ green 108 ◦ blue 241

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

Shades of Heliotrope #BF6CF1

Tints of Heliotrope #BF6CF1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20%

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

R = 35.37%
G = 20%
B = 44.63%

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

#BF6CF1 (or 0xBF6CF1) is known color: Heliotrope. HEX triplet: BF, 6C and F1. RGB value is (191,108,241). Sum of RGB (Red+Green+Blue) = 191+108+241=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #BF6CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6CF1 is #40930E. Grayscale: #939393. Windows color (decimal): -4231951 or 15822015. OLE color: 15822015.

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

Color convert

RGB 191 108 241 -
CMYK 0.21 0.55 0 0.05
HSL 277.44º 0.83% 0.68% -
HSV(B) 277.44º 0.55% 0.95% -
XYZ 42.73 28.15 86.4 -
YUV 147.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 191 108 241 0.21 0.55 0 0.05 277.44 0.83 0.68
Hex BF 6C F1 15 37 0 5 115 53 44
Octal 277 154 361 25 67 0 5 425 123 104
Binary 10111111 1101100 11110001 10101 110111 0 101 100010101 1010011 1000100

Color Harmonies of #BF6CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6CF1

Black with #BF6CF1

Text Example


Text Example

White with #BF6CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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