Html Css Color HEX #BB8EDD Wisteria

📋 copy color: '#BB8EDD'

red 187 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #BB8EDD

Tints of Wisteria #BB8EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 34%
G = 25.82%
B = 40.18%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8EDD (or 0xBB8EDD) is known color: Wisteria. HEX triplet: BB, 8E and DD. RGB value is (187,142,221). Sum of RGB (Red+Green+Blue) = 187+142+221=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 142 (55.86% from 255 or 25.82% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EDD is #447122. Grayscale: #A4A4A4. Windows color (decimal): -4485411 or 14519995. OLE color: 14519995.

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

Color convert

RGB 187 142 221 -
CMYK 0.15 0.36 0 0.13
HSL 274.18º 0.54% 0.71% -
HSV(B) 274.18º 0.36% 0.87% -
XYZ 43.22 35.13 72.91 -
YUV 164.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 187 142 221 0.15 0.36 0 0.13 274.18 0.54 0.71
Hex BB 8E DD F 24 0 D 112 36 47
Octal 273 216 335 17 44 0 15 422 66 107
Binary 10111011 10001110 11011101 1111 100100 0 1101 100010010 110110 1000111

Color Harmonies of #BB8EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EDD

Black with #BB8EDD

Text Example


Text Example

White with #BB8EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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