Html Css Color HEX #BB90DE Wisteria

📋 copy color: '#BB90DE'

red 187 ◦ green 144 ◦ blue 222

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

Shades of Wisteria #BB90DE

Tints of Wisteria #BB90DE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.04%

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 33.82%
G = 26.04%
B = 40.14%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB90DE (or 0xBB90DE) is known color: Wisteria. HEX triplet: BB, 90 and DE. RGB value is (187,144,222). Sum of RGB (Red+Green+Blue) = 187+144+222=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB90DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DE is #446F21. Grayscale: #A5A5A5. Windows color (decimal): -4484898 or 14586043. OLE color: 14586043.

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

Color convert

RGB 187 144 222 -
CMYK 0.16 0.35 0 0.13
HSL 273.08º 0.54% 0.72% -
HSV(B) 273.08º 0.35% 0.87% -
XYZ 43.65 35.79 73.71 -
YUV 165.75 159.75 143.16 -
System Red Green Blue C M Y K H S L
Decimal 187 144 222 0.16 0.35 0 0.13 273.08 0.54 0.72
Hex BB 90 DE 10 23 0 D 111 36 48
Octal 273 220 336 20 43 0 15 421 66 110
Binary 10111011 10010000 11011110 10000 100011 0 1101 100010001 110110 1001000

Color Harmonies of #BB90DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB90DE

Black with #BB90DE

Text Example


Text Example

White with #BB90DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB90DE; }

 p { color: rgb(187,144,222); }

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

background-color css

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

 a { background-color: rgb(187,144,222); }

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

border-color css

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

 span { border-color: rgb(187,144,222); }

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