Html Css Color HEX #BC82EC Wisteria

📋 copy color: '#BC82EC'

red 188 ◦ green 130 ◦ blue 236

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

Shades of Wisteria #BC82EC

Tints of Wisteria #BC82EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 33.94%
G = 23.47%
B = 42.6%

CMYK

 C value IS 0.20

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC82EC (or 0xBC82EC) is known color: Wisteria. HEX triplet: BC, 82 and EC. RGB value is (188,130,236). Sum of RGB (Red+Green+Blue) = 188+130+236=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82EC is #437D13. Grayscale: #9F9F9F. Windows color (decimal): -4422932 or 15499964. OLE color: 15499964.

HSL color Cylindrical-coordinate representation of color #BC82EC: hue angle of 272.83º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC82EC is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 130 236 -
CMYK 0.20 0.45 0 0.07
HSL 272.83º 0.74% 0.72% -
HSV(B) 272.83º 0.45% 0.93% -
XYZ 43.86 32.71 83.36 -
YUV 159.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 188 130 236 0.20 0.45 0 0.07 272.83 0.74 0.72
Hex BC 82 EC 14 2D 0 7 111 4A 48
Octal 274 202 354 24 55 0 7 421 112 110
Binary 10111100 10000010 11101100 10100 101101 0 111 100010001 1001010 1001000

Color Harmonies of #BC82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82EC

Black with #BC82EC

Text Example


Text Example

White with #BC82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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