Html Css Color HEX #BB7DDF Wisteria

📋 copy color: '#BB7DDF'

red 187 ◦ green 125 ◦ blue 223

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

Shades of Wisteria #BB7DDF

Tints of Wisteria #BB7DDF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 23.36%

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

R = 34.95%
G = 23.36%
B = 41.68%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB7DDF (or 0xBB7DDF) is known color: Wisteria. HEX triplet: BB, 7D and DF. RGB value is (187,125,223). Sum of RGB (Red+Green+Blue) = 187+125+223=535 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.95% from 535); Green value is 125 (49.22% from 255 or 23.36% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB7DDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDF is #448220. Grayscale: #9A9A9A. Windows color (decimal): -4489761 or 14646715. OLE color: 14646715.

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

Color convert

RGB 187 125 223 -
CMYK 0.16 0.44 0 0.13
HSL 277.96º 0.6% 0.68% -
HSV(B) 277.96º 0.44% 0.87% -
XYZ 41.15 30.56 73.54 -
YUV 154.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 187 125 223 0.16 0.44 0 0.13 277.96 0.6 0.68
Hex BB 7D DF 10 2C 0 D 116 3C 44
Octal 273 175 337 20 54 0 15 426 74 104
Binary 10111011 1111101 11011111 10000 101100 0 1101 100010110 111100 1000100

Color Harmonies of #BB7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DDF

Black with #BB7DDF

Text Example


Text Example

White with #BB7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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