Html Css Color HEX #BB83EF Wisteria

📋 copy color: '#BB83EF'

red 187 ◦ green 131 ◦ blue 239

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

Shades of Wisteria #BB83EF

Tints of Wisteria #BB83EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 33.57%
G = 23.52%
B = 42.91%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB83EF (or 0xBB83EF) is known color: Wisteria. HEX triplet: BB, 83 and EF. RGB value is (187,131,239). Sum of RGB (Red+Green+Blue) = 187+131+239=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB83EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB83EF is #447C10. Grayscale: #9F9F9F. Windows color (decimal): -4488209 or 15696827. OLE color: 15696827.

HSL color Cylindrical-coordinate representation of color #BB83EF: hue angle of 271.11º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB83EF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 131 239 -
CMYK 0.22 0.45 0 0.06
HSL 271.11º 0.77% 0.73% -
HSV(B) 271.11º 0.45% 0.94% -
XYZ 44.19 33.03 85.71 -
YUV 160.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 187 131 239 0.22 0.45 0 0.06 271.11 0.77 0.73
Hex BB 83 EF 16 2D 0 6 10F 4D 49
Octal 273 203 357 26 55 0 6 417 115 111
Binary 10111011 10000011 11101111 10110 101101 0 110 100001111 1001101 1001001

Color Harmonies of #BB83EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83EF

Black with #BB83EF

Text Example


Text Example

White with #BB83EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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