Html Css Color HEX #BF5EFE Heliotrope

📋 copy color: '#BF5EFE'

red 191 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #BF5EFE

Tints of Heliotrope #BF5EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.44%

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

R = 35.44%
G = 17.44%
B = 47.12%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BF5EFE (or 0xBF5EFE) is known color: Heliotrope. HEX triplet: BF, 5E and FE. RGB value is (191,94,254). Sum of RGB (Red+Green+Blue) = 191+94+254=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 94 (37.11% from 255 or 17.44% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #BF5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF5EFE is #40A101. Grayscale: #8C8C8C. Windows color (decimal): -4235522 or 16670399. OLE color: 16670399.

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

Color convert

RGB 191 94 254 -
CMYK 0.25 0.63 0 0.00
HSL 276.38º 0.99% 0.68% -
HSV(B) 276.38º 0.63% 1% -
XYZ 43.38 26.24 96.54 -
YUV 141.24 191.64 163.49 -
System Red Green Blue C M Y K H S L
Decimal 191 94 254 0.25 0.63 0 0.00 276.38 0.99 0.68
Hex BF 5E FE 19 3F 0 0 114 63 44
Octal 277 136 376 31 77 0 0 424 143 104
Binary 10111111 1011110 11111110 11001 111111 0 0 100010100 1100011 1000100

Color Harmonies of #BF5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5EFE

Black with #BF5EFE

Text Example


Text Example

White with #BF5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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