Html Css Color HEX #BC81EC Wisteria

📋 copy color: '#BC81EC'

red 188 ◦ green 129 ◦ blue 236

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

Shades of Wisteria #BC81EC

Tints of Wisteria #BC81EC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.33%

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

R = 34%
G = 23.33%
B = 42.68%

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

#BC81EC (or 0xBC81EC) is known color: Wisteria. HEX triplet: BC, 81 and EC. RGB value is (188,129,236). Sum of RGB (Red+Green+Blue) = 188+129+236=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC81EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81EC is #437E13. Grayscale: #9E9E9E. Windows color (decimal): -4423188 or 15499708. OLE color: 15499708.

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

Color convert

RGB 188 129 236 -
CMYK 0.20 0.45 0 0.07
HSL 273.08º 0.74% 0.72% -
HSV(B) 273.08º 0.45% 0.93% -
XYZ 43.73 32.45 83.32 -
YUV 158.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 188 129 236 0.20 0.45 0 0.07 273.08 0.74 0.72
Hex BC 81 EC 14 2D 0 7 111 4A 48
Octal 274 201 354 24 55 0 7 421 112 110
Binary 10111100 10000001 11101100 10100 101101 0 111 100010001 1001010 1001000

Color Harmonies of #BC81EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC81EC

Black with #BC81EC

Text Example


Text Example

White with #BC81EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC81EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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