Html Css Color HEX #BC87ED Wisteria

📋 copy color: '#BC87ED'

red 188 ◦ green 135 ◦ blue 237

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

Shades of Wisteria #BC87ED

Tints of Wisteria #BC87ED

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.11%

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

R = 33.57%
G = 24.11%
B = 42.32%

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

#BC87ED (or 0xBC87ED) is known color: Wisteria. HEX triplet: BC, 87 and ED. RGB value is (188,135,237). Sum of RGB (Red+Green+Blue) = 188+135+237=560 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.57% from 560); Green value is 135 (53.12% from 255 or 24.11% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC87ED is #437812. Grayscale: #A2A2A2. Windows color (decimal): -4421651 or 15566780. OLE color: 15566780.

HSL color Cylindrical-coordinate representation of color #BC87ED: hue angle of 271.18º 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 #BC87ED is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 135 237 -
CMYK 0.21 0.43 0 0.07
HSL 271.18º 0.74% 0.73% -
HSV(B) 271.18º 0.43% 0.93% -
XYZ 44.69 34.13 84.35 -
YUV 162.48 170.06 146.21 -
System Red Green Blue C M Y K H S L
Decimal 188 135 237 0.21 0.43 0 0.07 271.18 0.74 0.73
Hex BC 87 ED 15 2B 0 7 10F 4A 49
Octal 274 207 355 25 53 0 7 417 112 111
Binary 10111100 10000111 11101101 10101 101011 0 111 100001111 1001010 1001001

Color Harmonies of #BC87ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87ED

Black with #BC87ED

Text Example


Text Example

White with #BC87ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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