Html Css Color HEX #BB83DF Wisteria

📋 copy color: '#BB83DF'

red 187 ◦ green 131 ◦ blue 223

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

Shades of Wisteria #BB83DF

Tints of Wisteria #BB83DF

RGB

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

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

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

R = 34.57%
G = 24.21%
B = 41.22%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB83DF (or 0xBB83DF) is known color: Wisteria. HEX triplet: BB, 83 and DF. RGB value is (187,131,223). Sum of RGB (Red+Green+Blue) = 187+131+223=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB83DF is #447C20. Grayscale: #9D9D9D. Windows color (decimal): -4488225 or 14648251. OLE color: 14648251.

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

Color convert

RGB 187 131 223 -
CMYK 0.16 0.41 0 0.13
HSL 276.52º 0.59% 0.69% -
HSV(B) 276.52º 0.41% 0.87% -
XYZ 41.93 32.13 73.8 -
YUV 158.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 187 131 223 0.16 0.41 0 0.13 276.52 0.59 0.69
Hex BB 83 DF 10 29 0 D 115 3B 45
Octal 273 203 337 20 51 0 15 425 73 105
Binary 10111011 10000011 11011111 10000 101001 0 1101 100010101 111011 1000101

Color Harmonies of #BB83DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB83DF

Black with #BB83DF

Text Example


Text Example

White with #BB83DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB83DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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