Html Css Color HEX #BC80F2 Wisteria

📋 copy color: '#BC80F2'

red 188 ◦ green 128 ◦ blue 242

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

Shades of Wisteria #BC80F2

Tints of Wisteria #BC80F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 33.69%
G = 22.94%
B = 43.37%

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

#BC80F2 (or 0xBC80F2) is known color: Wisteria. HEX triplet: BC, 80 and F2. RGB value is (188,128,242). Sum of RGB (Red+Green+Blue) = 188+128+242=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC80F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC80F2 is #437F0D. Grayscale: #9E9E9E. Windows color (decimal): -4423438 or 15892668. OLE color: 15892668.

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

Color convert

RGB 188 128 242 -
CMYK 0.22 0.47 0 0.05
HSL 271.58º 0.81% 0.73% -
HSV(B) 271.58º 0.47% 0.95% -
XYZ 44.49 32.54 87.94 -
YUV 158.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 188 128 242 0.22 0.47 0 0.05 271.58 0.81 0.73
Hex BC 80 F2 16 2F 0 5 110 51 49
Octal 274 200 362 26 57 0 5 420 121 111
Binary 10111100 10000000 11110010 10110 101111 0 101 100010000 1010001 1001001

Color Harmonies of #BC80F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80F2

Black with #BC80F2

Text Example


Text Example

White with #BC80F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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