Html Css Color HEX #BC83DD Wisteria

📋 copy color: '#BC83DD'

red 188 ◦ green 131 ◦ blue 221

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

Shades of Wisteria #BC83DD

Tints of Wisteria #BC83DD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.26%

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

R = 34.81%
G = 24.26%
B = 40.93%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC83DD (or 0xBC83DD) is known color: Wisteria. HEX triplet: BC, 83 and DD. RGB value is (188,131,221). Sum of RGB (Red+Green+Blue) = 188+131+221=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DD is #437C22. Grayscale: #9E9E9E. Windows color (decimal): -4422691 or 14517180. OLE color: 14517180.

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

Color convert

RGB 188 131 221 -
CMYK 0.15 0.41 0 0.13
HSL 278º 0.57% 0.69% -
HSV(B) 278º 0.41% 0.87% -
XYZ 41.91 32.14 72.4 -
YUV 158.3 163.38 149.18 -
System Red Green Blue C M Y K H S L
Decimal 188 131 221 0.15 0.41 0 0.13 278 0.57 0.69
Hex BC 83 DD F 29 0 D 116 39 45
Octal 274 203 335 17 51 0 15 426 71 105
Binary 10111100 10000011 11011101 1111 101001 0 1101 100010110 111001 1000101

Color Harmonies of #BC83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83DD

Black with #BC83DD

Text Example


Text Example

White with #BC83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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