Html Css Color HEX #BC8DD1 Wisteria

📋 copy color: '#BC8DD1'

red 188 ◦ green 141 ◦ blue 209

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

Shades of Wisteria #BC8DD1

Tints of Wisteria #BC8DD1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.21%

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 34.94%
G = 26.21%
B = 38.85%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC8DD1 (or 0xBC8DD1) is known color: Wisteria. HEX triplet: BC, 8D and D1. RGB value is (188,141,209). Sum of RGB (Red+Green+Blue) = 188+141+209=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC8DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DD1 is #43722E. Grayscale: #A2A2A2. Windows color (decimal): -4420143 or 13733308. OLE color: 13733308.

HSL color Cylindrical-coordinate representation of color #BC8DD1: hue angle of 281.47º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BC8DD1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 141 209 -
CMYK 0.10 0.33 0 0.18
HSL 281.47º 0.43% 0.69% -
HSV(B) 281.47º 0.33% 0.82% -
XYZ 41.77 34.34 64.75 -
YUV 162.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 188 141 209 0.10 0.33 0 0.18 281.47 0.43 0.69
Hex BC 8D D1 A 21 0 12 119 2A 45
Octal 274 215 321 12 41 0 22 431 52 105
Binary 10111100 10001101 11010001 1010 100001 0 10010 100011001 101010 1000101

Color Harmonies of #BC8DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DD1

Black with #BC8DD1

Text Example


Text Example

White with #BC8DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DD1; }

 p { color: rgb(188,141,209); }

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

background-color css

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

 a { background-color: rgb(188,141,209); }

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

border-color css

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

 span { border-color: rgb(188,141,209); }

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