Html Css Color HEX #BC89EC Wisteria

📋 copy color: '#BC89EC'

red 188 ◦ green 137 ◦ blue 236

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

Shades of Wisteria #BC89EC

Tints of Wisteria #BC89EC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.42%

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

R = 33.51%
G = 24.42%
B = 42.07%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC89EC (or 0xBC89EC) is known color: Wisteria. HEX triplet: BC, 89 and EC. RGB value is (188,137,236). Sum of RGB (Red+Green+Blue) = 188+137+236=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC89EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC89EC is #437613. Grayscale: #A3A3A3. Windows color (decimal): -4421140 or 15501756. OLE color: 15501756.

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

Color convert

RGB 188 137 236 -
CMYK 0.20 0.42 0 0.07
HSL 270.91º 0.72% 0.73% -
HSV(B) 270.91º 0.42% 0.93% -
XYZ 44.83 34.64 83.68 -
YUV 163.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 188 137 236 0.20 0.42 0 0.07 270.91 0.72 0.73
Hex BC 89 EC 14 2A 0 7 10F 48 49
Octal 274 211 354 24 52 0 7 417 110 111
Binary 10111100 10001001 11101100 10100 101010 0 111 100001111 1001000 1001001

Color Harmonies of #BC89EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC89EC

Black with #BC89EC

Text Example


Text Example

White with #BC89EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC89EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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