Html Css Color HEX #BC87D3 Wisteria

📋 copy color: '#BC87D3'

red 188 ◦ green 135 ◦ blue 211

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

Shades of Wisteria #BC87D3

Tints of Wisteria #BC87D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.51%

R = 35.21%
G = 25.28%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BC87D3 (or 0xBC87D3) is known color: Wisteria. HEX triplet: BC, 87 and D3. RGB value is (188,135,211). Sum of RGB (Red+Green+Blue) = 188+135+211=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 135 (53.12% from 255 or 25.28% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #BC87D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC87D3 is #43782C. Grayscale: #9F9F9F. Windows color (decimal): -4421677 or 13862844. OLE color: 13862844.

HSL color Cylindrical-coordinate representation of color #BC87D3: hue angle of 281.84º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC87D3 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 135 211 -
CMYK 0.11 0.36 0 0.17
HSL 281.84º 0.46% 0.68% -
HSV(B) 281.84º 0.36% 0.83% -
XYZ 41.16 32.72 65.77 -
YUV 159.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 188 135 211 0.11 0.36 0 0.17 281.84 0.46 0.68
Hex BC 87 D3 B 24 0 11 11A 2E 44
Octal 274 207 323 13 44 0 21 432 56 104
Binary 10111100 10000111 11010011 1011 100100 0 10001 100011010 101110 1000100

Color Harmonies of #BC87D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC87D3

Black with #BC87D3

Text Example


Text Example

White with #BC87D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC87D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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