Html Css Color HEX #BF6AFE Heliotrope

📋 copy color: '#BF6AFE'

red 191 ◦ green 106 ◦ blue 254

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

Shades of Heliotrope #BF6AFE

Tints of Heliotrope #BF6AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 34.66%
G = 19.24%
B = 46.1%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF6AFE (or 0xBF6AFE) is known color: Heliotrope. HEX triplet: BF, 6A and FE. RGB value is (191,106,254). Sum of RGB (Red+Green+Blue) = 191+106+254=551 (72% of max value = 765). Red value is 191 (75% from 255 or 34.66% from 551); Green value is 106 (41.80% from 255 or 19.24% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6AFE is #409501. Grayscale: #939393. Windows color (decimal): -4232450 or 16673471. OLE color: 16673471.

HSL color Cylindrical-coordinate representation of color #BF6AFE: hue angle of 274.46º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF6AFE is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 106 254 -
CMYK 0.25 0.58 0 0.00
HSL 274.46º 0.99% 0.71% -
HSV(B) 274.46º 0.58% 1% -
XYZ 44.53 28.54 96.93 -
YUV 148.29 187.66 158.47 -
System Red Green Blue C M Y K H S L
Decimal 191 106 254 0.25 0.58 0 0.00 274.46 0.99 0.71
Hex BF 6A FE 19 3A 0 0 112 63 47
Octal 277 152 376 31 72 0 0 422 143 107
Binary 10111111 1101010 11111110 11001 111010 0 0 100010010 1100011 1000111

Color Harmonies of #BF6AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6AFE

Black with #BF6AFE

Text Example


Text Example

White with #BF6AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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