Html Css Color HEX #BC80FC Heliotrope

📋 copy color: '#BC80FC'

red 188 ◦ green 128 ◦ blue 252

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

Shades of Heliotrope #BC80FC

Tints of Heliotrope #BC80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.37%

R = 33.1%
G = 22.54%
B = 44.37%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC80FC (or 0xBC80FC) is known color: Heliotrope. HEX triplet: BC, 80 and FC. RGB value is (188,128,252). Sum of RGB (Red+Green+Blue) = 188+128+252=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC80FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FC is #437F03. Grayscale: #9F9F9F. Windows color (decimal): -4423428 or 16548028. OLE color: 16548028.

HSL color Cylindrical-coordinate representation of color #BC80FC: hue angle of 269.03º degrees, saturation: 0.95, 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 #BC80FC is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 128 252 -
CMYK 0.25 0.49 0 0.01
HSL 269.03º 0.95% 0.75% -
HSV(B) 269.03º 0.49% 0.99% -
XYZ 46.03 33.16 96.07 -
YUV 160.08 179.88 147.92 -
System Red Green Blue C M Y K H S L
Decimal 188 128 252 0.25 0.49 0 0.01 269.03 0.95 0.75
Hex BC 80 FC 19 31 0 1 10D 5F 4B
Octal 274 200 374 31 61 0 1 415 137 113
Binary 10111100 10000000 11111100 11001 110001 0 1 100001101 1011111 1001011

Color Harmonies of #BC80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80FC

Black with #BC80FC

Text Example


Text Example

White with #BC80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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