Html Css Color HEX #BC86E1 Wisteria

📋 copy color: '#BC86E1'

red 188 ◦ green 134 ◦ blue 225

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

Shades of Wisteria #BC86E1

Tints of Wisteria #BC86E1

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.5%

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

R = 34.37%
G = 24.5%
B = 41.13%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC86E1 (or 0xBC86E1) is known color: Wisteria. HEX triplet: BC, 86 and E1. RGB value is (188,134,225). Sum of RGB (Red+Green+Blue) = 188+134+225=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 134 (52.73% from 255 or 24.50% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #BC86E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC86E1 is #43791E. Grayscale: #A0A0A0. Windows color (decimal): -4421919 or 14780092. OLE color: 14780092.

HSL color Cylindrical-coordinate representation of color #BC86E1: hue angle of 275.6º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC86E1 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 134 225 -
CMYK 0.16 0.40 0 0.12
HSL 275.6º 0.6% 0.7% -
HSV(B) 275.6º 0.4% 0.88% -
XYZ 42.85 33.18 75.38 -
YUV 160.52 164.39 147.6 -
System Red Green Blue C M Y K H S L
Decimal 188 134 225 0.16 0.40 0 0.12 275.6 0.6 0.7
Hex BC 86 E1 10 28 0 C 114 3C 46
Octal 274 206 341 20 50 0 14 424 74 106
Binary 10111100 10000110 11100001 10000 101000 0 1100 100010100 111100 1000110

Color Harmonies of #BC86E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86E1

Black with #BC86E1

Text Example


Text Example

White with #BC86E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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