Html Css Color HEX #BC8CDC Wisteria

📋 copy color: '#BC8CDC'

red 188 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #BC8CDC

Tints of Wisteria #BC8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.55%

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

R = 34.31%
G = 25.55%
B = 40.15%

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

#BC8CDC (or 0xBC8CDC) is known color: Wisteria. HEX triplet: BC, 8C and DC. RGB value is (188,140,220). Sum of RGB (Red+Green+Blue) = 188+140+220=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC8CDC is #437323. Grayscale: #A3A3A3. Windows color (decimal): -4420388 or 14453948. OLE color: 14453948.

HSL color Cylindrical-coordinate representation of color #BC8CDC: hue angle of 276º 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 #BC8CDC is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 140 220 -
CMYK 0.15 0.36 0 0.14
HSL 276º 0.53% 0.71% -
HSV(B) 276º 0.36% 0.86% -
XYZ 43.04 34.61 72.12 -
YUV 163.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 188 140 220 0.15 0.36 0 0.14 276 0.53 0.71
Hex BC 8C DC F 24 0 E 114 35 47
Octal 274 214 334 17 44 0 16 424 65 107
Binary 10111100 10001100 11011100 1111 100100 0 1110 100010100 110101 1000111

Color Harmonies of #BC8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CDC

Black with #BC8CDC

Text Example


Text Example

White with #BC8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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