Html Css Color HEX #BC80F9 Heliotrope

📋 copy color: '#BC80F9'

red 188 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #BC80F9

Tints of Heliotrope #BC80F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.07%

R = 33.27%
G = 22.65%
B = 44.07%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC80F9 (or 0xBC80F9) is known color: Heliotrope. HEX triplet: BC, 80 and F9. RGB value is (188,128,249). Sum of RGB (Red+Green+Blue) = 188+128+249=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC80F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F9 is #437F06. Grayscale: #9F9F9F. Windows color (decimal): -4423431 or 16351420. OLE color: 16351420.

HSL color Cylindrical-coordinate representation of color #BC80F9: hue angle of 269.75º degrees, saturation: 0.91, 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 #BC80F9 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 128 249 -
CMYK 0.24 0.49 0 0.02
HSL 269.75º 0.91% 0.74% -
HSV(B) 269.75º 0.49% 0.98% -
XYZ 45.56 32.97 93.59 -
YUV 159.73 178.38 148.16 -
System Red Green Blue C M Y K H S L
Decimal 188 128 249 0.24 0.49 0 0.02 269.75 0.91 0.74
Hex BC 80 F9 18 31 0 2 10E 5B 4A
Octal 274 200 371 30 61 0 2 416 133 112
Binary 10111100 10000000 11111001 11000 110001 0 10 100001110 1011011 1001010

Color Harmonies of #BC80F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80F9

Black with #BC80F9

Text Example


Text Example

White with #BC80F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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