Html Css Color HEX #BC84DC Wisteria

📋 copy color: '#BC84DC'

red 188 ◦ green 132 ◦ blue 220

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

Shades of Wisteria #BC84DC

Tints of Wisteria #BC84DC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.44%

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

R = 34.81%
G = 24.44%
B = 40.74%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC84DC (or 0xBC84DC) is known color: Wisteria. HEX triplet: BC, 84 and DC. RGB value is (188,132,220). Sum of RGB (Red+Green+Blue) = 188+132+220=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC84DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84DC is #437B23. Grayscale: #9E9E9E. Windows color (decimal): -4422436 or 14451900. OLE color: 14451900.

HSL color Cylindrical-coordinate representation of color #BC84DC: hue angle of 278.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC84DC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 132 220 -
CMYK 0.15 0.40 0 0.14
HSL 278.18º 0.56% 0.69% -
HSV(B) 278.18º 0.4% 0.86% -
XYZ 41.91 32.36 71.75 -
YUV 158.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 188 132 220 0.15 0.40 0 0.14 278.18 0.56 0.69
Hex BC 84 DC F 28 0 E 116 38 45
Octal 274 204 334 17 50 0 16 426 70 105
Binary 10111100 10000100 11011100 1111 101000 0 1110 100010110 111000 1000101

Color Harmonies of #BC84DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84DC

Black with #BC84DC

Text Example


Text Example

White with #BC84DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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