Html Css Color HEX #BC84DF Wisteria

📋 copy color: '#BC84DF'

red 188 ◦ green 132 ◦ blue 223

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

Shades of Wisteria #BC84DF

Tints of Wisteria #BC84DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 34.62%
G = 24.31%
B = 41.07%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC84DF (or 0xBC84DF) is known color: Wisteria. HEX triplet: BC, 84 and DF. RGB value is (188,132,223). Sum of RGB (Red+Green+Blue) = 188+132+223=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC84DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC84DF is #437B20. Grayscale: #9E9E9E. Windows color (decimal): -4422433 or 14648508. OLE color: 14648508.

HSL color Cylindrical-coordinate representation of color #BC84DF: hue angle of 276.92º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC84DF is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 132 223 -
CMYK 0.16 0.41 0 0.13
HSL 276.92º 0.59% 0.7% -
HSV(B) 276.92º 0.41% 0.87% -
XYZ 42.31 32.52 73.86 -
YUV 159.12 164.05 148.6 -
System Red Green Blue C M Y K H S L
Decimal 188 132 223 0.16 0.41 0 0.13 276.92 0.59 0.7
Hex BC 84 DF 10 29 0 D 115 3B 46
Octal 274 204 337 20 51 0 15 425 73 106
Binary 10111100 10000100 11011111 10000 101001 0 1101 100010101 111011 1000110

Color Harmonies of #BC84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC84DF

Black with #BC84DF

Text Example


Text Example

White with #BC84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC84DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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