Html Css Color HEX #BB8ED1 Wisteria

📋 copy color: '#BB8ED1'

red 187 ◦ green 142 ◦ blue 209

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

Shades of Wisteria #BB8ED1

Tints of Wisteria #BB8ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.85%

R = 34.76%
G = 26.39%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB8ED1 (or 0xBB8ED1) is known color: Wisteria. HEX triplet: BB, 8E and D1. RGB value is (187,142,209). Sum of RGB (Red+Green+Blue) = 187+142+209=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ED1 is #44712E. Grayscale: #A2A2A2. Windows color (decimal): -4485423 or 13733563. OLE color: 13733563.

HSL color Cylindrical-coordinate representation of color #BB8ED1: hue angle of 280.3º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB8ED1 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 142 209 -
CMYK 0.11 0.32 0 0.18
HSL 280.3º 0.42% 0.69% -
HSV(B) 280.3º 0.32% 0.82% -
XYZ 41.68 34.51 64.79 -
YUV 163.09 153.91 145.05 -
System Red Green Blue C M Y K H S L
Decimal 187 142 209 0.11 0.32 0 0.18 280.3 0.42 0.69
Hex BB 8E D1 B 20 0 12 118 2A 45
Octal 273 216 321 13 40 0 22 430 52 105
Binary 10111011 10001110 11010001 1011 100000 0 10010 100011000 101010 1000101

Color Harmonies of #BB8ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8ED1

Black with #BB8ED1

Text Example


Text Example

White with #BB8ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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