Html Css Color HEX #BC8AD5 Wisteria

📋 copy color: '#BC8AD5'

red 188 ◦ green 138 ◦ blue 213

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

Shades of Wisteria #BC8AD5

Tints of Wisteria #BC8AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.52%

R = 34.88%
G = 25.6%
B = 39.52%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC8AD5 (or 0xBC8AD5) is known color: Wisteria. HEX triplet: BC, 8A and D5. RGB value is (188,138,213). Sum of RGB (Red+Green+Blue) = 188+138+213=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8AD5 is #43752A. Grayscale: #A1A1A1. Windows color (decimal): -4420907 or 13994684. OLE color: 13994684.

HSL color Cylindrical-coordinate representation of color #BC8AD5: hue angle of 280º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BC8AD5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 138 213 -
CMYK 0.12 0.35 0 0.16
HSL 280º 0.47% 0.69% -
HSV(B) 280º 0.35% 0.84% -
XYZ 41.84 33.67 67.25 -
YUV 161.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 188 138 213 0.12 0.35 0 0.16 280 0.47 0.69
Hex BC 8A D5 C 23 0 10 118 2F 45
Octal 274 212 325 14 43 0 20 430 57 105
Binary 10111100 10001010 11010101 1100 100011 0 10000 100011000 101111 1000101

Color Harmonies of #BC8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8AD5

Black with #BC8AD5

Text Example


Text Example

White with #BC8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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