Html Css Color HEX #BC83E3 Wisteria

📋 copy color: '#BC83E3'

red 188 ◦ green 131 ◦ blue 227

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

Shades of Wisteria #BC83E3

Tints of Wisteria #BC83E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.58%

R = 34.43%
G = 23.99%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC83E3 (or 0xBC83E3) is known color: Wisteria. HEX triplet: BC, 83 and E3. RGB value is (188,131,227). Sum of RGB (Red+Green+Blue) = 188+131+227=546 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.43% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 227 (89.06% from 255 or 41.58% from 546); Max value from RGB is 227 - color contains mainly: blue. Hex color #BC83E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC83E3 is #437C1C. Grayscale: #9E9E9E. Windows color (decimal): -4422685 or 14910396. OLE color: 14910396.

HSL color Cylindrical-coordinate representation of color #BC83E3: hue angle of 275.62º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BC83E3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 131 227 -
CMYK 0.17 0.42 0 0.11
HSL 275.63º 0.63% 0.7% -
HSV(B) 275.63º 0.42% 0.89% -
XYZ 42.72 32.47 76.69 -
YUV 158.99 166.38 148.69 -
System Red Green Blue C M Y K H S L
Decimal 188 131 227 0.17 0.42 0 0.11 275.63 0.63 0.7
Hex BC 83 E3 11 2A 0 B 114 3F 46
Octal 274 203 343 21 52 0 13 424 77 106
Binary 10111100 10000011 11100011 10001 101010 0 1011 100010100 111111 1000110

Color Harmonies of #BC83E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83E3

Black with #BC83E3

Text Example


Text Example

White with #BC83E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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