Html Css Color HEX #BC8EE1 Wisteria

📋 copy color: '#BC8EE1'

red 188 ◦ green 142 ◦ blue 225

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

Shades of Wisteria #BC8EE1

Tints of Wisteria #BC8EE1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.59%

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 33.87%
G = 25.59%
B = 40.54%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC8EE1 (or 0xBC8EE1) is known color: Wisteria. HEX triplet: BC, 8E and E1. RGB value is (188,142,225). Sum of RGB (Red+Green+Blue) = 188+142+225=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 142 (55.86% from 255 or 25.59% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EE1 is #43711E. Grayscale: #A4A4A4. Windows color (decimal): -4419871 or 14782140. OLE color: 14782140.

HSL color Cylindrical-coordinate representation of color #BC8EE1: hue angle of 273.25º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8EE1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 142 225 -
CMYK 0.16 0.37 0 0.12
HSL 273.25º 0.58% 0.72% -
HSV(B) 273.25º 0.37% 0.88% -
XYZ 44 35.47 75.76 -
YUV 165.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 188 142 225 0.16 0.37 0 0.12 273.25 0.58 0.72
Hex BC 8E E1 10 25 0 C 111 3A 48
Octal 274 216 341 20 45 0 14 421 72 110
Binary 10111100 10001110 11100001 10000 100101 0 1100 100010001 111010 1001000

Color Harmonies of #BC8EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EE1

Black with #BC8EE1

Text Example


Text Example

White with #BC8EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EE1; }

 p { color: rgb(188,142,225); }

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

background-color css

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

 a { background-color: rgb(188,142,225); }

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

border-color css

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

 span { border-color: rgb(188,142,225); }

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