Html Css Color HEX #BB8EDB Wisteria

📋 copy color: '#BB8EDB'

red 187 ◦ green 142 ◦ blue 219

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

Shades of Wisteria #BB8EDB

Tints of Wisteria #BB8EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.91%

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

R = 34.12%
G = 25.91%
B = 39.96%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB8EDB (or 0xBB8EDB) is known color: Wisteria. HEX triplet: BB, 8E and DB. RGB value is (187,142,219). Sum of RGB (Red+Green+Blue) = 187+142+219=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 142 (55.86% from 255 or 25.91% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDB is #447124. Grayscale: #A3A3A3. Windows color (decimal): -4485413 or 14388923. OLE color: 14388923.

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

Color convert

RGB 187 142 219 -
CMYK 0.15 0.35 0 0.14
HSL 275.06º 0.52% 0.71% -
HSV(B) 275.06º 0.35% 0.86% -
XYZ 42.95 35.03 71.51 -
YUV 164.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 187 142 219 0.15 0.35 0 0.14 275.06 0.52 0.71
Hex BB 8E DB F 23 0 E 113 34 47
Octal 273 216 333 17 43 0 16 423 64 107
Binary 10111011 10001110 11011011 1111 100011 0 1110 100010011 110100 1000111

Color Harmonies of #BB8EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EDB

Black with #BB8EDB

Text Example


Text Example

White with #BB8EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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