Html Css Color HEX #BF7EFE Heliotrope

📋 copy color: '#BF7EFE'

red 191 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #BF7EFE

Tints of Heliotrope #BF7EFE

RGB

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

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

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

R = 33.45%
G = 22.07%
B = 44.48%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF7EFE (or 0xBF7EFE) is known color: Heliotrope. HEX triplet: BF, 7E and FE. RGB value is (191,126,254). Sum of RGB (Red+Green+Blue) = 191+126+254=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 126 (49.61% from 255 or 22.07% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF7EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7EFE is #408101. Grayscale: #9F9F9F. Windows color (decimal): -4227330 or 16678591. OLE color: 16678591.

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

Color convert

RGB 191 126 254 -
CMYK 0.25 0.50 0 0.00
HSL 270.47º 0.98% 0.75% -
HSV(B) 270.47º 0.5% 1% -
XYZ 46.84 33.15 97.7 -
YUV 160.03 181.03 150.09 -
System Red Green Blue C M Y K H S L
Decimal 191 126 254 0.25 0.50 0 0.00 270.47 0.98 0.75
Hex BF 7E FE 19 32 0 0 10E 62 4B
Octal 277 176 376 31 62 0 0 416 142 113
Binary 10111111 1111110 11111110 11001 110010 0 0 100001110 1100010 1001011

Color Harmonies of #BF7EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7EFE

Black with #BF7EFE

Text Example


Text Example

White with #BF7EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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