Html Css Color HEX #BC86ED Wisteria

📋 copy color: '#BC86ED'

red 188 ◦ green 134 ◦ blue 237

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

Shades of Wisteria #BC86ED

Tints of Wisteria #BC86ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 33.63%
G = 23.97%
B = 42.4%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC86ED (or 0xBC86ED) is known color: Wisteria. HEX triplet: BC, 86 and ED. RGB value is (188,134,237). Sum of RGB (Red+Green+Blue) = 188+134+237=559 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.63% from 559); Green value is 134 (52.73% from 255 or 23.97% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC86ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC86ED is #437912. Grayscale: #A1A1A1. Windows color (decimal): -4421907 or 15566524. OLE color: 15566524.

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

Color convert

RGB 188 134 237 -
CMYK 0.21 0.43 0 0.07
HSL 271.46º 0.74% 0.73% -
HSV(B) 271.46º 0.43% 0.93% -
XYZ 44.55 33.86 84.31 -
YUV 161.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 188 134 237 0.21 0.43 0 0.07 271.46 0.74 0.73
Hex BC 86 ED 15 2B 0 7 10F 4A 49
Octal 274 206 355 25 53 0 7 417 112 111
Binary 10111100 10000110 11101101 10101 101011 0 111 100001111 1001010 1001001

Color Harmonies of #BC86ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC86ED

Black with #BC86ED

Text Example


Text Example

White with #BC86ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC86ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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