Html Css Color HEX #BC83D9 Wisteria

📋 copy color: '#BC83D9'

red 188 ◦ green 131 ◦ blue 217

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

Shades of Wisteria #BC83D9

Tints of Wisteria #BC83D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.49%

R = 35.07%
G = 24.44%
B = 40.49%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC83D9 (or 0xBC83D9) is known color: Wisteria. HEX triplet: BC, 83 and D9. RGB value is (188,131,217). Sum of RGB (Red+Green+Blue) = 188+131+217=536 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.07% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC83D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83D9 is #437C26. Grayscale: #9D9D9D. Windows color (decimal): -4422695 or 14255036. OLE color: 14255036.

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

Color convert

RGB 188 131 217 -
CMYK 0.13 0.40 0 0.15
HSL 279.77º 0.53% 0.68% -
HSV(B) 279.77º 0.4% 0.85% -
XYZ 41.38 31.93 69.63 -
YUV 157.85 161.38 149.51 -
System Red Green Blue C M Y K H S L
Decimal 188 131 217 0.13 0.40 0 0.15 279.77 0.53 0.68
Hex BC 83 D9 D 28 0 F 118 35 44
Octal 274 203 331 15 50 0 17 430 65 104
Binary 10111100 10000011 11011001 1101 101000 0 1111 100011000 110101 1000100

Color Harmonies of #BC83D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83D9

Black with #BC83D9

Text Example


Text Example

White with #BC83D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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