Html Css Color HEX #BC5DFF Heliotrope

📋 copy color: '#BC5DFF'

red 188 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #BC5DFF

Tints of Heliotrope #BC5DFF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.35%

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

R = 35.07%
G = 17.35%
B = 47.57%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC5DFF (or 0xBC5DFF) is known color: Heliotrope. HEX triplet: BC, 5D and FF. RGB value is (188,93,255). Sum of RGB (Red+Green+Blue) = 188+93+255=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 93 (36.72% from 255 or 17.35% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC5DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5DFF is #43A200. Grayscale: #8B8B8B. Windows color (decimal): -4432385 or 16735676. OLE color: 16735676.

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

Color convert

RGB 188 93 255 -
CMYK 0.26 0.64 0 0
HSL 275.19º 1% 0.68% -
HSV(B) 275.19º 0.64% 1% -
XYZ 42.7 25.74 97.33 -
YUV 139.87 192.97 162.33 -
System Red Green Blue C M Y K H S L
Decimal 188 93 255 0.26 0.64 0 0 275.19 1 0.68
Hex BC 5D FF 1A 40 0 0 113 64 44
Octal 274 135 377 32 100 0 0 423 144 104
Binary 10111100 1011101 11111111 11010 1000000 0 0 100010011 1100100 1000100

Color Harmonies of #BC5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5DFF

Black with #BC5DFF

Text Example


Text Example

White with #BC5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5DFF; }

 p { color: rgb(188,93,255); }

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

background-color css

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

 a { background-color: rgb(188,93,255); }

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

border-color css

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

 span { border-color: rgb(188,93,255); }

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