Html Css Color HEX #BF6AF2 Heliotrope

📋 copy color: '#BF6AF2'

red 191 ◦ green 106 ◦ blue 242

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

Shades of Heliotrope #BF6AF2

Tints of Heliotrope #BF6AF2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.67%

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

R = 35.44%
G = 19.67%
B = 44.9%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF6AF2 (or 0xBF6AF2) is known color: Heliotrope. HEX triplet: BF, 6A and F2. RGB value is (191,106,242). Sum of RGB (Red+Green+Blue) = 191+106+242=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF6AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AF2 is #40950D. Grayscale: #929292. Windows color (decimal): -4232462 or 15887039. OLE color: 15887039.

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

Color convert

RGB 191 106 242 -
CMYK 0.21 0.56 0 0.05
HSL 277.5º 0.84% 0.68% -
HSV(B) 277.5º 0.56% 0.95% -
XYZ 42.67 27.8 87.12 -
YUV 146.92 181.66 159.44 -
System Red Green Blue C M Y K H S L
Decimal 191 106 242 0.21 0.56 0 0.05 277.5 0.84 0.68
Hex BF 6A F2 15 38 0 5 116 54 44
Octal 277 152 362 25 70 0 5 426 124 104
Binary 10111111 1101010 11110010 10101 111000 0 101 100010110 1010100 1000100

Color Harmonies of #BF6AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6AF2

Black with #BF6AF2

Text Example


Text Example

White with #BF6AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6AF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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