Html Css Color HEX #BC83DB Wisteria

📋 copy color: '#BC83DB'

red 188 ◦ green 131 ◦ blue 219

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

Shades of Wisteria #BC83DB

Tints of Wisteria #BC83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.71%

R = 34.94%
G = 24.35%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC83DB (or 0xBC83DB) is known color: Wisteria. HEX triplet: BC, 83 and DB. RGB value is (188,131,219). Sum of RGB (Red+Green+Blue) = 188+131+219=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DB is #437C24. Grayscale: #9D9D9D. Windows color (decimal): -4422693 or 14386108. OLE color: 14386108.

HSL color Cylindrical-coordinate representation of color #BC83DB: hue angle of 278.86º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC83DB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 131 219 -
CMYK 0.14 0.40 0 0.14
HSL 278.86º 0.55% 0.69% -
HSV(B) 278.86º 0.4% 0.86% -
XYZ 41.64 32.04 71.01 -
YUV 158.08 162.38 149.34 -
System Red Green Blue C M Y K H S L
Decimal 188 131 219 0.14 0.40 0 0.14 278.86 0.55 0.69
Hex BC 83 DB E 28 0 E 117 37 45
Octal 274 203 333 16 50 0 16 427 67 105
Binary 10111100 10000011 11011011 1110 101000 0 1110 100010111 110111 1000101

Color Harmonies of #BC83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83DB

Black with #BC83DB

Text Example


Text Example

White with #BC83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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