Html Css Color HEX #BF6DF2 Heliotrope

📋 copy color: '#BF6DF2'

red 191 ◦ green 109 ◦ blue 242

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

Shades of Heliotrope #BF6DF2

Tints of Heliotrope #BF6DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.65%

R = 35.24%
G = 20.11%
B = 44.65%

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

#BF6DF2 (or 0xBF6DF2) is known color: Heliotrope. HEX triplet: BF, 6D and F2. RGB value is (191,109,242). Sum of RGB (Red+Green+Blue) = 191+109+242=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 109 (42.97% from 255 or 20.11% from 542); Blue value is 242 (94.92% from 255 or 44.65% from 542); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6DF2 is #40920D. Grayscale: #949494. Windows color (decimal): -4231694 or 15887807. OLE color: 15887807.

HSL color Cylindrical-coordinate representation of color #BF6DF2: hue angle of 276.99º degrees, saturation: 0.84, 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 #BF6DF2 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 109 242 -
CMYK 0.21 0.55 0 0.05
HSL 276.99º 0.84% 0.69% -
HSV(B) 276.99º 0.55% 0.95% -
XYZ 42.98 28.42 87.23 -
YUV 148.68 180.67 158.19 -
System Red Green Blue C M Y K H S L
Decimal 191 109 242 0.21 0.55 0 0.05 276.99 0.84 0.69
Hex BF 6D F2 15 37 0 5 115 54 45
Octal 277 155 362 25 67 0 5 425 124 105
Binary 10111111 1101101 11110010 10101 110111 0 101 100010101 1010100 1000101

Color Harmonies of #BF6DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6DF2

Black with #BF6DF2

Text Example


Text Example

White with #BF6DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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