Html Css Color HEX #BC83EC Wisteria

📋 copy color: '#BC83EC'

red 188 ◦ green 131 ◦ blue 236

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

Shades of Wisteria #BC83EC

Tints of Wisteria #BC83EC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.6%

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

R = 33.87%
G = 23.6%
B = 42.52%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC83EC (or 0xBC83EC) is known color: Wisteria. HEX triplet: BC, 83 and EC. RGB value is (188,131,236). Sum of RGB (Red+Green+Blue) = 188+131+236=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EC is #437C13. Grayscale: #9F9F9F. Windows color (decimal): -4422676 or 15500220. OLE color: 15500220.

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

Color convert

RGB 188 131 236 -
CMYK 0.20 0.44 0 0.07
HSL 272.57º 0.73% 0.72% -
HSV(B) 272.57º 0.44% 0.93% -
XYZ 44 32.98 83.4 -
YUV 160.01 170.88 147.96 -
System Red Green Blue C M Y K H S L
Decimal 188 131 236 0.20 0.44 0 0.07 272.57 0.73 0.72
Hex BC 83 EC 14 2C 0 7 111 49 48
Octal 274 203 354 24 54 0 7 421 111 110
Binary 10111100 10000011 11101100 10100 101100 0 111 100010001 1001001 1001000

Color Harmonies of #BC83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83EC

Black with #BC83EC

Text Example


Text Example

White with #BC83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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