Html Css Color HEX #BF6EF2 Heliotrope

📋 copy color: '#BF6EF2'

red 191 ◦ green 110 ◦ blue 242

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

Shades of Heliotrope #BF6EF2

Tints of Heliotrope #BF6EF2

RGB

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

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

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

R = 35.17%
G = 20.26%
B = 44.57%

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

#BF6EF2 (or 0xBF6EF2) is known color: Heliotrope. HEX triplet: BF, 6E and F2. RGB value is (191,110,242). Sum of RGB (Red+Green+Blue) = 191+110+242=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 242 (94.92% from 255 or 44.57% from 543); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EF2 is #40910D. Grayscale: #949494. Windows color (decimal): -4231438 or 15888063. OLE color: 15888063.

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

Color convert

RGB 191 110 242 -
CMYK 0.21 0.55 0 0.05
HSL 276.82º 0.84% 0.69% -
HSV(B) 276.82º 0.55% 0.95% -
XYZ 43.09 28.64 87.26 -
YUV 149.27 180.34 157.77 -
System Red Green Blue C M Y K H S L
Decimal 191 110 242 0.21 0.55 0 0.05 276.82 0.84 0.69
Hex BF 6E F2 15 37 0 5 115 54 45
Octal 277 156 362 25 67 0 5 425 124 105
Binary 10111111 1101110 11110010 10101 110111 0 101 100010101 1010100 1000101

Color Harmonies of #BF6EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EF2

Black with #BF6EF2

Text Example


Text Example

White with #BF6EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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