Html Css Color HEX #BB8DE1 Wisteria

📋 copy color: '#BB8DE1'

red 187 ◦ green 141 ◦ blue 225

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

Shades of Wisteria #BB8DE1

Tints of Wisteria #BB8DE1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.5%

 BLUE value IS 225 (88.28% from 255) = 40.69%

R = 33.82%
G = 25.5%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB8DE1 (or 0xBB8DE1) is known color: Wisteria. HEX triplet: BB, 8D and E1. RGB value is (187,141,225). Sum of RGB (Red+Green+Blue) = 187+141+225=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 225 (88.28% from 255 or 40.69% from 553); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB8DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8DE1 is #44721E. Grayscale: #A4A4A4. Windows color (decimal): -4485663 or 14781883. OLE color: 14781883.

HSL color Cylindrical-coordinate representation of color #BB8DE1: hue angle of 272.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8DE1 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 141 225 -
CMYK 0.17 0.37 0 0.12
HSL 272.86º 0.58% 0.72% -
HSV(B) 272.86º 0.37% 0.88% -
XYZ 43.61 35.05 75.7 -
YUV 164.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 187 141 225 0.17 0.37 0 0.12 272.86 0.58 0.72
Hex BB 8D E1 11 25 0 C 111 3A 48
Octal 273 215 341 21 45 0 14 421 72 110
Binary 10111011 10001101 11100001 10001 100101 0 1100 100010001 111010 1001000

Color Harmonies of #BB8DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8DE1

Black with #BB8DE1

Text Example


Text Example

White with #BB8DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8DE1; }

 p { color: rgb(187,141,225); }

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

background-color css

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

 a { background-color: rgb(187,141,225); }

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

border-color css

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

 span { border-color: rgb(187,141,225); }

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