Html Css Color HEX #BB82D7 Wisteria

📋 copy color: '#BB82D7'

red 187 ◦ green 130 ◦ blue 215

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

Shades of Wisteria #BB82D7

Tints of Wisteria #BB82D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.41%

R = 35.15%
G = 24.44%
B = 40.41%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB82D7 (or 0xBB82D7) is known color: Wisteria. HEX triplet: BB, 82 and D7. RGB value is (187,130,215). Sum of RGB (Red+Green+Blue) = 187+130+215=532 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.15% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 215 (84.38% from 255 or 40.41% from 532); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB82D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82D7 is #447D28. Grayscale: #9C9C9C. Windows color (decimal): -4488489 or 14123707. OLE color: 14123707.

HSL color Cylindrical-coordinate representation of color #BB82D7: hue angle of 280.24º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB82D7 is Cyan = 0.13, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 130 215 -
CMYK 0.13 0.40 0 0.16
HSL 280.24º 0.52% 0.68% -
HSV(B) 280.24º 0.4% 0.84% -
XYZ 40.74 31.44 68.21 -
YUV 156.73 160.88 149.59 -
System Red Green Blue C M Y K H S L
Decimal 187 130 215 0.13 0.40 0 0.16 280.24 0.52 0.68
Hex BB 82 D7 D 28 0 10 118 34 44
Octal 273 202 327 15 50 0 20 430 64 104
Binary 10111011 10000010 11010111 1101 101000 0 10000 100011000 110100 1000100

Color Harmonies of #BB82D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82D7

Black with #BB82D7

Text Example


Text Example

White with #BB82D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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