Html Css Color HEX #BF6FFE Heliotrope

📋 copy color: '#BF6FFE'

red 191 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #BF6FFE

Tints of Heliotrope #BF6FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.96%

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

R = 34.35%
G = 19.96%
B = 45.68%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF6FFE (or 0xBF6FFE) is known color: Heliotrope. HEX triplet: BF, 6F and FE. RGB value is (191,111,254). Sum of RGB (Red+Green+Blue) = 191+111+254=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF6FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6FFE is #409001. Grayscale: #969696. Windows color (decimal): -4231170 or 16674751. OLE color: 16674751.

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

Color convert

RGB 191 111 254 -
CMYK 0.25 0.56 0 0.00
HSL 273.57º 0.99% 0.72% -
HSV(B) 273.57º 0.56% 1% -
XYZ 45.06 29.6 97.1 -
YUV 151.22 186 156.37 -
System Red Green Blue C M Y K H S L
Decimal 191 111 254 0.25 0.56 0 0.00 273.57 0.99 0.72
Hex BF 6F FE 19 38 0 0 112 63 48
Octal 277 157 376 31 70 0 0 422 143 110
Binary 10111111 1101111 11111110 11001 111000 0 0 100010010 1100011 1001000

Color Harmonies of #BF6FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6FFE

Black with #BF6FFE

Text Example


Text Example

White with #BF6FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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