Html Css Color HEX #BC80FB Heliotrope

📋 copy color: '#BC80FB'

red 188 ◦ green 128 ◦ blue 251

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

Shades of Heliotrope #BC80FB

Tints of Heliotrope #BC80FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.27%

R = 33.16%
G = 22.57%
B = 44.27%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC80FB (or 0xBC80FB) is known color: Heliotrope. HEX triplet: BC, 80 and FB. RGB value is (188,128,251). Sum of RGB (Red+Green+Blue) = 188+128+251=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 128 (50.39% from 255 or 22.57% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC80FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80FB is #437F04. Grayscale: #9F9F9F. Windows color (decimal): -4423429 or 16482492. OLE color: 16482492.

HSL color Cylindrical-coordinate representation of color #BC80FB: hue angle of 269.27º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC80FB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 128 251 -
CMYK 0.25 0.49 0 0.02
HSL 269.27º 0.94% 0.74% -
HSV(B) 269.27º 0.49% 0.98% -
XYZ 45.87 33.09 95.24 -
YUV 159.96 179.38 148 -
System Red Green Blue C M Y K H S L
Decimal 188 128 251 0.25 0.49 0 0.02 269.27 0.94 0.74
Hex BC 80 FB 19 31 0 2 10D 5E 4A
Octal 274 200 373 31 61 0 2 415 136 112
Binary 10111100 10000000 11111011 11001 110001 0 10 100001101 1011110 1001010

Color Harmonies of #BC80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80FB

Black with #BC80FB

Text Example


Text Example

White with #BC80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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