Html Css Color HEX #BB82DF Wisteria

📋 copy color: '#BB82DF'

red 187 ◦ green 130 ◦ blue 223

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

Shades of Wisteria #BB82DF

Tints of Wisteria #BB82DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 34.63%
G = 24.07%
B = 41.3%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB82DF (or 0xBB82DF) is known color: Wisteria. HEX triplet: BB, 82 and DF. RGB value is (187,130,223). Sum of RGB (Red+Green+Blue) = 187+130+223=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB82DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82DF is #447D20. Grayscale: #9D9D9D. Windows color (decimal): -4488481 or 14647995. OLE color: 14647995.

HSL color Cylindrical-coordinate representation of color #BB82DF: hue angle of 276.77º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB82DF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 130 223 -
CMYK 0.16 0.42 0 0.13
HSL 276.77º 0.59% 0.69% -
HSV(B) 276.77º 0.42% 0.87% -
XYZ 41.8 31.86 73.76 -
YUV 157.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 187 130 223 0.16 0.42 0 0.13 276.77 0.59 0.69
Hex BB 82 DF 10 2A 0 D 115 3B 45
Octal 273 202 337 20 52 0 15 425 73 105
Binary 10111011 10000010 11011111 10000 101010 0 1101 100010101 111011 1000101

Color Harmonies of #BB82DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB82DF

Black with #BB82DF

Text Example


Text Example

White with #BB82DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB82DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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