Html Css Color HEX #BC80F1 Wisteria

📋 copy color: '#BC80F1'

red 188 ◦ green 128 ◦ blue 241

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

Shades of Wisteria #BC80F1

Tints of Wisteria #BC80F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.27%

R = 33.75%
G = 22.98%
B = 43.27%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC80F1 (or 0xBC80F1) is known color: Wisteria. HEX triplet: BC, 80 and F1. RGB value is (188,128,241). Sum of RGB (Red+Green+Blue) = 188+128+241=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC80F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F1 is #437F0E. Grayscale: #9E9E9E. Windows color (decimal): -4423439 or 15827132. OLE color: 15827132.

HSL color Cylindrical-coordinate representation of color #BC80F1: hue angle of 271.86º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC80F1 is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 128 241 -
CMYK 0.22 0.47 0 0.05
HSL 271.86º 0.8% 0.72% -
HSV(B) 271.86º 0.47% 0.95% -
XYZ 44.34 32.48 87.15 -
YUV 158.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 188 128 241 0.22 0.47 0 0.05 271.86 0.8 0.72
Hex BC 80 F1 16 2F 0 5 110 50 48
Octal 274 200 361 26 57 0 5 420 120 110
Binary 10111100 10000000 11110001 10110 101111 0 101 100010000 1010000 1001000

Color Harmonies of #BC80F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80F1

Black with #BC80F1

Text Example


Text Example

White with #BC80F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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