Html Css Color HEX #BC8ADD Wisteria

📋 copy color: '#BC8ADD'

red 188 ◦ green 138 ◦ blue 221

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

Shades of Wisteria #BC8ADD

Tints of Wisteria #BC8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.23%

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 34.37%
G = 25.23%
B = 40.4%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC8ADD (or 0xBC8ADD) is known color: Wisteria. HEX triplet: BC, 8A and DD. RGB value is (188,138,221). Sum of RGB (Red+Green+Blue) = 188+138+221=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADD is #437522. Grayscale: #A2A2A2. Windows color (decimal): -4420899 or 14518972. OLE color: 14518972.

HSL color Cylindrical-coordinate representation of color #BC8ADD: hue angle of 276.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8ADD is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 138 221 -
CMYK 0.15 0.38 0 0.13
HSL 276.14º 0.55% 0.7% -
HSV(B) 276.14º 0.38% 0.87% -
XYZ 42.88 34.09 72.73 -
YUV 162.41 161.07 146.25 -
System Red Green Blue C M Y K H S L
Decimal 188 138 221 0.15 0.38 0 0.13 276.14 0.55 0.7
Hex BC 8A DD F 26 0 D 114 37 46
Octal 274 212 335 17 46 0 15 424 67 106
Binary 10111100 10001010 11011101 1111 100110 0 1101 100010100 110111 1000110

Color Harmonies of #BC8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ADD

Black with #BC8ADD

Text Example


Text Example

White with #BC8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ADD; }

 p { color: rgb(188,138,221); }

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

background-color css

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

 a { background-color: rgb(188,138,221); }

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

border-color css

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

 span { border-color: rgb(188,138,221); }

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