Html Css Color HEX #BC83ED Wisteria

📋 copy color: '#BC83ED'

red 188 ◦ green 131 ◦ blue 237

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

Shades of Wisteria #BC83ED

Tints of Wisteria #BC83ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 33.81%
G = 23.56%
B = 42.63%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC83ED (or 0xBC83ED) is known color: Wisteria. HEX triplet: BC, 83 and ED. RGB value is (188,131,237). Sum of RGB (Red+Green+Blue) = 188+131+237=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC83ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83ED is #437C12. Grayscale: #9F9F9F. Windows color (decimal): -4422675 or 15565756. OLE color: 15565756.

HSL color Cylindrical-coordinate representation of color #BC83ED: hue angle of 272.26º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC83ED is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 131 237 -
CMYK 0.21 0.45 0 0.07
HSL 272.26º 0.75% 0.72% -
HSV(B) 272.26º 0.45% 0.93% -
XYZ 44.14 33.04 84.17 -
YUV 160.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 188 131 237 0.21 0.45 0 0.07 272.26 0.75 0.72
Hex BC 83 ED 15 2D 0 7 110 4B 48
Octal 274 203 355 25 55 0 7 420 113 110
Binary 10111100 10000011 11101101 10101 101101 0 111 100010000 1001011 1001000

Color Harmonies of #BC83ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83ED

Black with #BC83ED

Text Example


Text Example

White with #BC83ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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