Html Css Color HEX #BC8AD9 Wisteria

📋 copy color: '#BC8AD9'

red 188 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #BC8AD9

Tints of Wisteria #BC8AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 34.62%
G = 25.41%
B = 39.96%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC8AD9 (or 0xBC8AD9) is known color: Wisteria. HEX triplet: BC, 8A and D9. RGB value is (188,138,217). Sum of RGB (Red+Green+Blue) = 188+138+217=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC8AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD9 is #437526. Grayscale: #A1A1A1. Windows color (decimal): -4420903 or 14256828. OLE color: 14256828.

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

Color convert

RGB 188 138 217 -
CMYK 0.13 0.36 0 0.15
HSL 277.97º 0.51% 0.7% -
HSV(B) 277.97º 0.36% 0.85% -
XYZ 42.35 33.88 69.95 -
YUV 161.96 159.07 146.58 -
System Red Green Blue C M Y K H S L
Decimal 188 138 217 0.13 0.36 0 0.15 277.97 0.51 0.7
Hex BC 8A D9 D 24 0 F 116 33 46
Octal 274 212 331 15 44 0 17 426 63 106
Binary 10111100 10001010 11011001 1101 100100 0 1111 100010110 110011 1000110

Color Harmonies of #BC8AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AD9

Black with #BC8AD9

Text Example


Text Example

White with #BC8AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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