Html Css Color HEX #BC87E5 Wisteria

📋 copy color: '#BC87E5'

red 188 ◦ green 135 ◦ blue 229

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

Shades of Wisteria #BC87E5

Tints of Wisteria #BC87E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 34.06%
G = 24.46%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC87E5 (or 0xBC87E5) is known color: Wisteria. HEX triplet: BC, 87 and E5. RGB value is (188,135,229). Sum of RGB (Red+Green+Blue) = 188+135+229=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC87E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87E5 is #43781A. Grayscale: #A1A1A1. Windows color (decimal): -4421659 or 15042492. OLE color: 15042492.

HSL color Cylindrical-coordinate representation of color #BC87E5: hue angle of 273.83º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC87E5 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 135 229 -
CMYK 0.18 0.41 0 0.10
HSL 273.83º 0.64% 0.71% -
HSV(B) 273.83º 0.41% 0.9% -
XYZ 43.55 33.68 78.33 -
YUV 161.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 188 135 229 0.18 0.41 0 0.10 273.83 0.64 0.71
Hex BC 87 E5 12 29 0 A 112 40 47
Octal 274 207 345 22 51 0 12 422 100 107
Binary 10111100 10000111 11100101 10010 101001 0 1010 100010010 1000000 1000111

Color Harmonies of #BC87E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87E5

Black with #BC87E5

Text Example


Text Example

White with #BC87E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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