Html Css Color HEX #BC85DF Wisteria

📋 copy color: '#BC85DF'

red 188 ◦ green 133 ◦ blue 223

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

Shades of Wisteria #BC85DF

Tints of Wisteria #BC85DF

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.45%

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

R = 34.56%
G = 24.45%
B = 40.99%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC85DF (or 0xBC85DF) is known color: Wisteria. HEX triplet: BC, 85 and DF. RGB value is (188,133,223). Sum of RGB (Red+Green+Blue) = 188+133+223=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC85DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DF is #437A20. Grayscale: #9F9F9F. Windows color (decimal): -4422177 or 14648764. OLE color: 14648764.

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

Color convert

RGB 188 133 223 -
CMYK 0.16 0.40 0 0.13
HSL 276.67º 0.58% 0.7% -
HSV(B) 276.67º 0.4% 0.87% -
XYZ 42.45 32.79 73.9 -
YUV 159.71 163.72 148.18 -
System Red Green Blue C M Y K H S L
Decimal 188 133 223 0.16 0.40 0 0.13 276.67 0.58 0.7
Hex BC 85 DF 10 28 0 D 115 3A 46
Octal 274 205 337 20 50 0 15 425 72 106
Binary 10111100 10000101 11011111 10000 101000 0 1101 100010101 111010 1000110

Color Harmonies of #BC85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85DF

Black with #BC85DF

Text Example


Text Example

White with #BC85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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