Html Css Color HEX #BB82E5 Wisteria

📋 copy color: '#BB82E5'

red 187 ◦ green 130 ◦ blue 229

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

Shades of Wisteria #BB82E5

Tints of Wisteria #BB82E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.94%

R = 34.25%
G = 23.81%
B = 41.94%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB82E5 (or 0xBB82E5) is known color: Wisteria. HEX triplet: BB, 82 and E5. RGB value is (187,130,229). Sum of RGB (Red+Green+Blue) = 187+130+229=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB82E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82E5 is #447D1A. Grayscale: #9D9D9D. Windows color (decimal): -4488475 or 15041211. OLE color: 15041211.

HSL color Cylindrical-coordinate representation of color #BB82E5: hue angle of 274.55º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB82E5 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 130 229 -
CMYK 0.18 0.43 0 0.10
HSL 274.55º 0.66% 0.7% -
HSV(B) 274.55º 0.43% 0.9% -
XYZ 42.62 32.19 78.1 -
YUV 158.33 167.88 148.45 -
System Red Green Blue C M Y K H S L
Decimal 187 130 229 0.18 0.43 0 0.10 274.55 0.66 0.7
Hex BB 82 E5 12 2B 0 A 113 42 46
Octal 273 202 345 22 53 0 12 423 102 106
Binary 10111011 10000010 11100101 10010 101011 0 1010 100010011 1000010 1000110

Color Harmonies of #BB82E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82E5

Black with #BB82E5

Text Example


Text Example

White with #BB82E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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