Html Css Color HEX #BB8FDD Wisteria

📋 copy color: '#BB8FDD'

red 187 ◦ green 143 ◦ blue 221

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

Shades of Wisteria #BB8FDD

Tints of Wisteria #BB8FDD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.95%

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

R = 33.94%
G = 25.95%
B = 40.11%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8FDD (or 0xBB8FDD) is known color: Wisteria. HEX triplet: BB, 8F and DD. RGB value is (187,143,221). Sum of RGB (Red+Green+Blue) = 187+143+221=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDD is #447022. Grayscale: #A4A4A4. Windows color (decimal): -4485155 or 14520251. OLE color: 14520251.

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

Color convert

RGB 187 143 221 -
CMYK 0.15 0.35 0 0.13
HSL 273.85º 0.53% 0.71% -
HSV(B) 273.85º 0.35% 0.87% -
XYZ 43.37 35.43 72.96 -
YUV 165.05 159.58 143.66 -
System Red Green Blue C M Y K H S L
Decimal 187 143 221 0.15 0.35 0 0.13 273.85 0.53 0.71
Hex BB 8F DD F 23 0 D 112 35 47
Octal 273 217 335 17 43 0 15 422 65 107
Binary 10111011 10001111 11011101 1111 100011 0 1101 100010010 110101 1000111

Color Harmonies of #BB8FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8FDD

Black with #BB8FDD

Text Example


Text Example

White with #BB8FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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