Html Css Color HEX #BC8EE4 Wisteria

📋 copy color: '#BC8EE4'

red 188 ◦ green 142 ◦ blue 228

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

Shades of Wisteria #BC8EE4

Tints of Wisteria #BC8EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.86%

R = 33.69%
G = 25.45%
B = 40.86%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC8EE4 (or 0xBC8EE4) is known color: Wisteria. HEX triplet: BC, 8E and E4. RGB value is (188,142,228). Sum of RGB (Red+Green+Blue) = 188+142+228=558 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.69% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC8EE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8EE4 is #43711B. Grayscale: #A5A5A5. Windows color (decimal): -4419868 or 14978748. OLE color: 14978748.

HSL color Cylindrical-coordinate representation of color #BC8EE4: hue angle of 272.09º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8EE4 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 142 228 -
CMYK 0.18 0.38 0 0.11
HSL 272.09º 0.61% 0.73% -
HSV(B) 272.09º 0.38% 0.89% -
XYZ 44.42 35.64 77.94 -
YUV 165.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 188 142 228 0.18 0.38 0 0.11 272.09 0.61 0.73
Hex BC 8E E4 12 26 0 B 110 3D 49
Octal 274 216 344 22 46 0 13 420 75 111
Binary 10111100 10001110 11100100 10010 100110 0 1011 100010000 111101 1001001

Color Harmonies of #BC8EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EE4

Black with #BC8EE4

Text Example


Text Example

White with #BC8EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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