Html Css Color HEX #BC82DF Wisteria

📋 copy color: '#BC82DF'

red 188 ◦ green 130 ◦ blue 223

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

Shades of Wisteria #BC82DF

Tints of Wisteria #BC82DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.03%

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 34.75%
G = 24.03%
B = 41.22%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC82DF (or 0xBC82DF) is known color: Wisteria. HEX triplet: BC, 82 and DF. RGB value is (188,130,223). Sum of RGB (Red+Green+Blue) = 188+130+223=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC82DF is #437D20. Grayscale: #9D9D9D. Windows color (decimal): -4422945 or 14647996. OLE color: 14647996.

HSL color Cylindrical-coordinate representation of color #BC82DF: hue angle of 277.42º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC82DF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 130 223 -
CMYK 0.16 0.42 0 0.13
HSL 277.42º 0.59% 0.69% -
HSV(B) 277.42º 0.42% 0.87% -
XYZ 42.04 31.98 73.77 -
YUV 157.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 188 130 223 0.16 0.42 0 0.13 277.42 0.59 0.69
Hex BC 82 DF 10 2A 0 D 115 3B 45
Octal 274 202 337 20 52 0 15 425 73 105
Binary 10111100 10000010 11011111 10000 101010 0 1101 100010101 111011 1000101

Color Harmonies of #BC82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82DF

Black with #BC82DF

Text Example


Text Example

White with #BC82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82DF; }

 p { color: rgb(188,130,223); }

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

background-color css

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

 a { background-color: rgb(188,130,223); }

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

border-color css

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

 span { border-color: rgb(188,130,223); }

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