Html Css Color HEX #BF7EFF Heliotrope

📋 copy color: '#BF7EFF'

red 191 ◦ green 126 ◦ blue 255

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

Shades of Heliotrope #BF7EFF

Tints of Heliotrope #BF7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.03%

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

R = 33.39%
G = 22.03%
B = 44.58%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF7EFF (or 0xBF7EFF) is known color: Heliotrope. HEX triplet: BF, 7E and FF. RGB value is (191,126,255). Sum of RGB (Red+Green+Blue) = 191+126+255=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7EFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EFF is #408100. Grayscale: #9F9F9F. Windows color (decimal): -4227329 or 16744127. OLE color: 16744127.

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

Color convert

RGB 191 126 255 -
CMYK 0.25 0.51 0 0
HSL 270.23º 1% 0.75% -
HSV(B) 270.23º 0.51% 1% -
XYZ 47 33.22 98.54 -
YUV 160.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 191 126 255 0.25 0.51 0 0 270.23 1 0.75
Hex BF 7E FF 19 33 0 0 10E 64 4B
Octal 277 176 377 31 63 0 0 416 144 113
Binary 10111111 1111110 11111111 11001 110011 0 0 100001110 1100100 1001011

Color Harmonies of #BF7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EFF

Black with #BF7EFF

Text Example


Text Example

White with #BF7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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