Html Css Color HEX #BC83DE Wisteria

📋 copy color: '#BC83DE'

red 188 ◦ green 131 ◦ blue 222

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

Shades of Wisteria #BC83DE

Tints of Wisteria #BC83DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.04%

R = 34.75%
G = 24.21%
B = 41.04%

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

#BC83DE (or 0xBC83DE) is known color: Wisteria. HEX triplet: BC, 83 and DE. RGB value is (188,131,222). Sum of RGB (Red+Green+Blue) = 188+131+222=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC83DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83DE is #437C21. Grayscale: #9E9E9E. Windows color (decimal): -4422690 or 14582716. OLE color: 14582716.

HSL color Cylindrical-coordinate representation of color #BC83DE: hue angle of 277.58º degrees, saturation: 0.58, 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 #BC83DE is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 131 222 -
CMYK 0.15 0.41 0 0.13
HSL 277.58º 0.58% 0.69% -
HSV(B) 277.58º 0.41% 0.87% -
XYZ 42.04 32.2 73.11 -
YUV 158.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 188 131 222 0.15 0.41 0 0.13 277.58 0.58 0.69
Hex BC 83 DE F 29 0 D 116 3A 45
Octal 274 203 336 17 51 0 15 426 72 105
Binary 10111100 10000011 11011110 1111 101001 0 1101 100010110 111010 1000101

Color Harmonies of #BC83DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83DE

Black with #BC83DE

Text Example


Text Example

White with #BC83DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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