Html Css Color HEX #BB82EC Wisteria

📋 copy color: '#BB82EC'

red 187 ◦ green 130 ◦ blue 236

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

Shades of Wisteria #BB82EC

Tints of Wisteria #BB82EC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.51%

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

R = 33.82%
G = 23.51%
B = 42.68%

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

#BB82EC (or 0xBB82EC) is known color: Wisteria. HEX triplet: BB, 82 and EC. RGB value is (187,130,236). Sum of RGB (Red+Green+Blue) = 187+130+236=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB82EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB82EC is #447D13. Grayscale: #9E9E9E. Windows color (decimal): -4488468 or 15499963. OLE color: 15499963.

HSL color Cylindrical-coordinate representation of color #BB82EC: hue angle of 272.26º degrees, saturation: 0.74, 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 #BB82EC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 130 236 -
CMYK 0.21 0.45 0 0.07
HSL 272.26º 0.74% 0.72% -
HSV(B) 272.26º 0.45% 0.93% -
XYZ 43.62 32.59 83.35 -
YUV 159.13 171.38 147.88 -
System Red Green Blue C M Y K H S L
Decimal 187 130 236 0.21 0.45 0 0.07 272.26 0.74 0.72
Hex BB 82 EC 15 2D 0 7 110 4A 48
Octal 273 202 354 25 55 0 7 420 112 110
Binary 10111011 10000010 11101100 10101 101101 0 111 100010000 1001010 1001000

Color Harmonies of #BB82EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82EC

Black with #BB82EC

Text Example


Text Example

White with #BB82EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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