Html Css Color HEX #BC5EFE Heliotrope

📋 copy color: '#BC5EFE'

red 188 ◦ green 94 ◦ blue 254

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

Shades of Heliotrope #BC5EFE

Tints of Heliotrope #BC5EFE

RGB

 RED value IS 188 (73.83% from 255) = 35.07%

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

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

R = 35.07%
G = 17.54%
B = 47.39%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC5EFE (or 0xBC5EFE) is known color: Heliotrope. HEX triplet: BC, 5E and FE. RGB value is (188,94,254). Sum of RGB (Red+Green+Blue) = 188+94+254=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC5EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5EFE is #43A101. Grayscale: #8B8B8B. Windows color (decimal): -4432130 or 16670396. OLE color: 16670396.

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

Color convert

RGB 188 94 254 -
CMYK 0.26 0.63 0 0.00
HSL 275.25º 0.99% 0.68% -
HSV(B) 275.25º 0.63% 1% -
XYZ 42.63 25.85 96.51 -
YUV 140.35 192.14 161.99 -
System Red Green Blue C M Y K H S L
Decimal 188 94 254 0.26 0.63 0 0.00 275.25 0.99 0.68
Hex BC 5E FE 1A 3F 0 0 113 63 44
Octal 274 136 376 32 77 0 0 423 143 104
Binary 10111100 1011110 11111110 11010 111111 0 0 100010011 1100011 1000100

Color Harmonies of #BC5EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5EFE

Black with #BC5EFE

Text Example


Text Example

White with #BC5EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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