Html Css Color HEX #BF6EFF Heliotrope

📋 copy color: '#BF6EFF'

red 191 ◦ green 110 ◦ blue 255

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

Shades of Heliotrope #BF6EFF

Tints of Heliotrope #BF6EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.86%

R = 34.35%
G = 19.78%
B = 45.86%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF6EFF (or 0xBF6EFF) is known color: Heliotrope. HEX triplet: BF, 6E and FF. RGB value is (191,110,255). Sum of RGB (Red+Green+Blue) = 191+110+255=556 (73% of max value = 765). Red value is 191 (75% from 255 or 34.35% from 556); Green value is 110 (43.36% from 255 or 19.78% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF6EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EFF is #409100. Grayscale: #969696. Windows color (decimal): -4231425 or 16740031. OLE color: 16740031.

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

Color convert

RGB 191 110 255 -
CMYK 0.25 0.57 0 0
HSL 273.52º 1% 0.72% -
HSV(B) 273.52º 0.57% 1% -
XYZ 45.11 29.45 97.91 -
YUV 150.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 191 110 255 0.25 0.57 0 0 273.52 1 0.72
Hex BF 6E FF 19 39 0 0 112 64 48
Octal 277 156 377 31 71 0 0 422 144 110
Binary 10111111 1101110 11111111 11001 111001 0 0 100010010 1100100 1001000

Color Harmonies of #BF6EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EFF

Black with #BF6EFF

Text Example


Text Example

White with #BF6EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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