Html Css Color HEX #BB7DDB Wisteria

📋 copy color: '#BB7DDB'

red 187 ◦ green 125 ◦ blue 219

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

Shades of Wisteria #BB7DDB

Tints of Wisteria #BB7DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.24%

R = 35.22%
G = 23.54%
B = 41.24%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB7DDB (or 0xBB7DDB) is known color: Wisteria. HEX triplet: BB, 7D and DB. RGB value is (187,125,219). Sum of RGB (Red+Green+Blue) = 187+125+219=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7DDB is #448224. Grayscale: #999999. Windows color (decimal): -4489765 or 14384571. OLE color: 14384571.

HSL color Cylindrical-coordinate representation of color #BB7DDB: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB7DDB is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 125 219 -
CMYK 0.15 0.43 0 0.14
HSL 279.57º 0.57% 0.67% -
HSV(B) 279.57º 0.43% 0.86% -
XYZ 40.61 30.35 70.73 -
YUV 154.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 187 125 219 0.15 0.43 0 0.14 279.57 0.57 0.67
Hex BB 7D DB F 2B 0 E 118 39 43
Octal 273 175 333 17 53 0 16 430 71 103
Binary 10111011 1111101 11011011 1111 101011 0 1110 100011000 111001 1000011

Color Harmonies of #BB7DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7DDB

Black with #BB7DDB

Text Example


Text Example

White with #BB7DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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