Html Css Color HEX #BB83EC Wisteria

📋 copy color: '#BB83EC'

red 187 ◦ green 131 ◦ blue 236

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

Shades of Wisteria #BB83EC

Tints of Wisteria #BB83EC

RGB

 RED value IS 187 (73.44% from 255) = 33.75%

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

 BLUE value IS 236 (92.58% from 255) = 42.6%

R = 33.75%
G = 23.65%
B = 42.6%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB83EC (or 0xBB83EC) is known color: Wisteria. HEX triplet: BB, 83 and EC. RGB value is (187,131,236). Sum of RGB (Red+Green+Blue) = 187+131+236=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 236 (92.58% from 255 or 42.60% from 554); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83EC is #447C13. Grayscale: #9F9F9F. Windows color (decimal): -4488212 or 15500219. OLE color: 15500219.

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

Color convert

RGB 187 131 236 -
CMYK 0.21 0.44 0 0.07
HSL 272º 0.73% 0.72% -
HSV(B) 272º 0.44% 0.93% -
XYZ 43.75 32.85 83.39 -
YUV 159.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 187 131 236 0.21 0.44 0 0.07 272 0.73 0.72
Hex BB 83 EC 15 2C 0 7 110 49 48
Octal 273 203 354 25 54 0 7 420 111 110
Binary 10111011 10000011 11101100 10101 101100 0 111 100010000 1001001 1001000

Color Harmonies of #BB83EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83EC

Black with #BB83EC

Text Example


Text Example

White with #BB83EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83EC; }

 p { color: rgb(187,131,236); }

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

background-color css

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

 a { background-color: rgb(187,131,236); }

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

border-color css

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

 span { border-color: rgb(187,131,236); }

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