Html Css Color HEX #BC8ADC Wisteria

📋 copy color: '#BC8ADC'

red 188 ◦ green 138 ◦ blue 220

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

Shades of Wisteria #BC8ADC

Tints of Wisteria #BC8ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 34.43%
G = 25.27%
B = 40.29%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC8ADC (or 0xBC8ADC) is known color: Wisteria. HEX triplet: BC, 8A and DC. RGB value is (188,138,220). Sum of RGB (Red+Green+Blue) = 188+138+220=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8ADC is #437523. Grayscale: #A2A2A2. Windows color (decimal): -4420900 or 14453436. OLE color: 14453436.

HSL color Cylindrical-coordinate representation of color #BC8ADC: hue angle of 276.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BC8ADC is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 138 220 -
CMYK 0.15 0.37 0 0.14
HSL 276.59º 0.54% 0.7% -
HSV(B) 276.59º 0.37% 0.86% -
XYZ 42.75 34.04 72.03 -
YUV 162.3 160.57 146.33 -
System Red Green Blue C M Y K H S L
Decimal 188 138 220 0.15 0.37 0 0.14 276.59 0.54 0.7
Hex BC 8A DC F 25 0 E 115 36 46
Octal 274 212 334 17 45 0 16 425 66 106
Binary 10111100 10001010 11011100 1111 100101 0 1110 100010101 110110 1000110

Color Harmonies of #BC8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8ADC

Black with #BC8ADC

Text Example


Text Example

White with #BC8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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