Html Css Color HEX #BC85DD Wisteria

📋 copy color: '#BC85DD'

red 188 ◦ green 133 ◦ blue 221

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

Shades of Wisteria #BC85DD

Tints of Wisteria #BC85DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.77%

R = 34.69%
G = 24.54%
B = 40.77%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC85DD (or 0xBC85DD) is known color: Wisteria. HEX triplet: BC, 85 and DD. RGB value is (188,133,221). Sum of RGB (Red+Green+Blue) = 188+133+221=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 133 (52.34% from 255 or 24.54% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC85DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC85DD is #437A22. Grayscale: #9F9F9F. Windows color (decimal): -4422179 or 14517692. OLE color: 14517692.

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

Color convert

RGB 188 133 221 -
CMYK 0.15 0.40 0 0.13
HSL 277.5º 0.56% 0.69% -
HSV(B) 277.5º 0.4% 0.87% -
XYZ 42.18 32.69 72.49 -
YUV 159.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 188 133 221 0.15 0.40 0 0.13 277.5 0.56 0.69
Hex BC 85 DD F 28 0 D 116 38 45
Octal 274 205 335 17 50 0 15 426 70 105
Binary 10111100 10000101 11011101 1111 101000 0 1101 100010110 111000 1000101

Color Harmonies of #BC85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85DD

Black with #BC85DD

Text Example


Text Example

White with #BC85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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