Html Css Color HEX #BC80FD Heliotrope

📋 copy color: '#BC80FD'

red 188 ◦ green 128 ◦ blue 253

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

Shades of Heliotrope #BC80FD

Tints of Heliotrope #BC80FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 22.5%

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 33.04%
G = 22.5%
B = 44.46%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC80FD (or 0xBC80FD) is known color: Heliotrope. HEX triplet: BC, 80 and FD. RGB value is (188,128,253). Sum of RGB (Red+Green+Blue) = 188+128+253=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 128 (50.39% from 255 or 22.50% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FD is #437F02. Grayscale: #9F9F9F. Windows color (decimal): -4423427 or 16613564. OLE color: 16613564.

HSL color Cylindrical-coordinate representation of color #BC80FD: hue angle of 268.8º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC80FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 128 253 -
CMYK 0.26 0.49 0 0.01
HSL 268.8º 0.97% 0.75% -
HSV(B) 268.8º 0.49% 0.99% -
XYZ 46.19 33.22 96.91 -
YUV 160.19 180.38 147.84 -
System Red Green Blue C M Y K H S L
Decimal 188 128 253 0.26 0.49 0 0.01 268.8 0.97 0.75
Hex BC 80 FD 1A 31 0 1 10D 61 4B
Octal 274 200 375 32 61 0 1 415 141 113
Binary 10111100 10000000 11111101 11010 110001 0 1 100001101 1100001 1001011

Color Harmonies of #BC80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80FD

Black with #BC80FD

Text Example


Text Example

White with #BC80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80FD; }

 p { color: rgb(188,128,253); }

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

background-color css

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

 a { background-color: rgb(188,128,253); }

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

border-color css

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

 span { border-color: rgb(188,128,253); }

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