Html Css Color HEX #BC82ED Wisteria

📋 copy color: '#BC82ED'

red 188 ◦ green 130 ◦ blue 237

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

Shades of Wisteria #BC82ED

Tints of Wisteria #BC82ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.7%

R = 33.87%
G = 23.42%
B = 42.7%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC82ED (or 0xBC82ED) is known color: Wisteria. HEX triplet: BC, 82 and ED. RGB value is (188,130,237). Sum of RGB (Red+Green+Blue) = 188+130+237=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC82ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82ED is #437D12. Grayscale: #9F9F9F. Windows color (decimal): -4422931 or 15565500. OLE color: 15565500.

HSL color Cylindrical-coordinate representation of color #BC82ED: hue angle of 272.52º degrees, saturation: 0.75, 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 #BC82ED is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 130 237 -
CMYK 0.21 0.45 0 0.07
HSL 272.52º 0.75% 0.72% -
HSV(B) 272.52º 0.45% 0.93% -
XYZ 44.01 32.77 84.13 -
YUV 159.54 171.72 148.3 -
System Red Green Blue C M Y K H S L
Decimal 188 130 237 0.21 0.45 0 0.07 272.52 0.75 0.72
Hex BC 82 ED 15 2D 0 7 111 4B 48
Octal 274 202 355 25 55 0 7 421 113 110
Binary 10111100 10000010 11101101 10101 101101 0 111 100010001 1001011 1001000

Color Harmonies of #BC82ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC82ED

Black with #BC82ED

Text Example


Text Example

White with #BC82ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC82ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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