Html Css Color HEX #BB8BDD Wisteria

📋 copy color: '#BB8BDD'

red 187 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #BB8BDD

Tints of Wisteria #BB8BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.41%

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

R = 34.19%
G = 25.41%
B = 40.4%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8BDD (or 0xBB8BDD) is known color: Wisteria. HEX triplet: BB, 8B and DD. RGB value is (187,139,221). Sum of RGB (Red+Green+Blue) = 187+139+221=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8BDD is #447422. Grayscale: #A2A2A2. Windows color (decimal): -4486179 or 14519227. OLE color: 14519227.

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

Color convert

RGB 187 139 221 -
CMYK 0.15 0.37 0 0.13
HSL 275.12º 0.55% 0.71% -
HSV(B) 275.12º 0.37% 0.87% -
XYZ 42.78 34.25 72.76 -
YUV 162.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 187 139 221 0.15 0.37 0 0.13 275.12 0.55 0.71
Hex BB 8B DD F 25 0 D 113 37 47
Octal 273 213 335 17 45 0 15 423 67 107
Binary 10111011 10001011 11011101 1111 100101 0 1101 100010011 110111 1000111

Color Harmonies of #BB8BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8BDD

Black with #BB8BDD

Text Example


Text Example

White with #BB8BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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