Html Css Color HEX #BC83EA Wisteria

📋 copy color: '#BC83EA'

red 188 ◦ green 131 ◦ blue 234

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

Shades of Wisteria #BC83EA

Tints of Wisteria #BC83EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 34%
G = 23.69%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC83EA (or 0xBC83EA) is known color: Wisteria. HEX triplet: BC, 83 and EA. RGB value is (188,131,234). Sum of RGB (Red+Green+Blue) = 188+131+234=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 131 (51.56% from 255 or 23.69% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC83EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC83EA is #437C15. Grayscale: #9F9F9F. Windows color (decimal): -4422678 or 15369148. OLE color: 15369148.

HSL color Cylindrical-coordinate representation of color #BC83EA: hue angle of 273.2º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC83EA is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 131 234 -
CMYK 0.20 0.44 0 0.08
HSL 273.2º 0.71% 0.72% -
HSV(B) 273.2º 0.44% 0.92% -
XYZ 43.71 32.86 81.88 -
YUV 159.79 169.88 148.12 -
System Red Green Blue C M Y K H S L
Decimal 188 131 234 0.20 0.44 0 0.08 273.2 0.71 0.72
Hex BC 83 EA 14 2C 0 8 111 47 48
Octal 274 203 352 24 54 0 10 421 107 110
Binary 10111100 10000011 11101010 10100 101100 0 1000 100010001 1000111 1001000

Color Harmonies of #BC83EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC83EA

Black with #BC83EA

Text Example


Text Example

White with #BC83EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC83EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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