Html Css Color HEX #BC80DA Wisteria

📋 copy color: '#BC80DA'

red 188 ◦ green 128 ◦ blue 218

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

Shades of Wisteria #BC80DA

Tints of Wisteria #BC80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 35.21%
G = 23.97%
B = 40.82%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC80DA (or 0xBC80DA) is known color: Wisteria. HEX triplet: BC, 80 and DA. RGB value is (188,128,218). Sum of RGB (Red+Green+Blue) = 188+128+218=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 128 (50.39% from 255 or 23.97% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC80DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC80DA is #437F25. Grayscale: #9B9B9B. Windows color (decimal): -4423462 or 14319804. OLE color: 14319804.

HSL color Cylindrical-coordinate representation of color #BC80DA: hue angle of 280º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC80DA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 128 218 -
CMYK 0.14 0.41 0 0.15
HSL 280º 0.55% 0.68% -
HSV(B) 280º 0.41% 0.85% -
XYZ 41.11 31.19 70.18 -
YUV 156.2 162.88 150.68 -
System Red Green Blue C M Y K H S L
Decimal 188 128 218 0.14 0.41 0 0.15 280 0.55 0.68
Hex BC 80 DA E 29 0 F 118 37 44
Octal 274 200 332 16 51 0 17 430 67 104
Binary 10111100 10000000 11011010 1110 101001 0 1111 100011000 110111 1000100

Color Harmonies of #BC80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC80DA

Black with #BC80DA

Text Example


Text Example

White with #BC80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC80DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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