Html Css Color HEX #BF7FFE Heliotrope

📋 copy color: '#BF7FFE'

red 191 ◦ green 127 ◦ blue 254

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

Shades of Heliotrope #BF7FFE

Tints of Heliotrope #BF7FFE

RGB

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

 GREEN value IS 127 (50% from 255) = 22.2%

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

R = 33.39%
G = 22.2%
B = 44.41%

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

#BF7FFE (or 0xBF7FFE) is known color: Heliotrope. HEX triplet: BF, 7F and FE. RGB value is (191,127,254). Sum of RGB (Red+Green+Blue) = 191+127+254=572 (75% of max value = 765). Red value is 191 (75% from 255 or 33.39% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF7FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7FFE is #408001. Grayscale: #A0A0A0. Windows color (decimal): -4227074 or 16678847. OLE color: 16678847.

HSL color Cylindrical-coordinate representation of color #BF7FFE: hue angle of 270.24º 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 #BF7FFE is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 191 127 254 -
CMYK 0.25 0.50 0 0.00
HSL 270.24º 0.98% 0.75% -
HSV(B) 270.24º 0.5% 1% -
XYZ 46.96 33.41 97.74 -
YUV 160.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 191 127 254 0.25 0.50 0 0.00 270.24 0.98 0.75
Hex BF 7F FE 19 32 0 0 10E 62 4B
Octal 277 177 376 31 62 0 0 416 142 113
Binary 10111111 1111111 11111110 11001 110010 0 0 100001110 1100010 1001011

Color Harmonies of #BF7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7FFE

Black with #BF7FFE

Text Example


Text Example

White with #BF7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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