Html Css Color HEX #BC8DDC Wisteria

📋 copy color: '#BC8DDC'

red 188 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #BC8DDC

Tints of Wisteria #BC8DDC

RGB

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

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

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

R = 34.24%
G = 25.68%
B = 40.07%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC8DDC (or 0xBC8DDC) is known color: Wisteria. HEX triplet: BC, 8D and DC. RGB value is (188,141,220). Sum of RGB (Red+Green+Blue) = 188+141+220=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8DDC is #437223. Grayscale: #A3A3A3. Windows color (decimal): -4420132 or 14454204. OLE color: 14454204.

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

Color convert

RGB 188 141 220 -
CMYK 0.15 0.36 0 0.14
HSL 275.7º 0.53% 0.71% -
HSV(B) 275.7º 0.36% 0.86% -
XYZ 43.18 34.91 72.17 -
YUV 164.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 188 141 220 0.15 0.36 0 0.14 275.7 0.53 0.71
Hex BC 8D DC F 24 0 E 114 35 47
Octal 274 215 334 17 44 0 16 424 65 107
Binary 10111100 10001101 11011100 1111 100100 0 1110 100010100 110101 1000111

Color Harmonies of #BC8DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DDC

Black with #BC8DDC

Text Example


Text Example

White with #BC8DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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