Html Css Color HEX #BB7FDB Wisteria

📋 copy color: '#BB7FDB'

red 187 ◦ green 127 ◦ blue 219

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

Shades of Wisteria #BB7FDB

Tints of Wisteria #BB7FDB

RGB

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

 GREEN value IS 127 (50% from 255) = 23.83%

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

R = 35.08%
G = 23.83%
B = 41.09%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB7FDB (or 0xBB7FDB) is known color: Wisteria. HEX triplet: BB, 7F and DB. RGB value is (187,127,219). Sum of RGB (Red+Green+Blue) = 187+127+219=533 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.08% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB7FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7FDB is #448024. Grayscale: #9B9B9B. Windows color (decimal): -4489253 or 14385083. OLE color: 14385083.

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

Color convert

RGB 187 127 219 -
CMYK 0.15 0.42 0 0.14
HSL 279.13º 0.56% 0.68% -
HSV(B) 279.13º 0.42% 0.86% -
XYZ 40.87 30.86 70.82 -
YUV 155.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 187 127 219 0.15 0.42 0 0.14 279.13 0.56 0.68
Hex BB 7F DB F 2A 0 E 117 38 44
Octal 273 177 333 17 52 0 16 427 70 104
Binary 10111011 1111111 11011011 1111 101010 0 1110 100010111 111000 1000100

Color Harmonies of #BB7FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FDB

Black with #BB7FDB

Text Example


Text Example

White with #BB7FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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