Html Css Color HEX #BB8EE1 Wisteria

📋 copy color: '#BB8EE1'

red 187 ◦ green 142 ◦ blue 225

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

Shades of Wisteria #BB8EE1

Tints of Wisteria #BB8EE1

RGB

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

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

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

R = 33.75%
G = 25.63%
B = 40.61%

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

#BB8EE1 (or 0xBB8EE1) is known color: Wisteria. HEX triplet: BB, 8E and E1. RGB value is (187,142,225). Sum of RGB (Red+Green+Blue) = 187+142+225=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 142 (55.86% from 255 or 25.63% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8EE1 is #44711E. Grayscale: #A4A4A4. Windows color (decimal): -4485407 or 14782139. OLE color: 14782139.

HSL color Cylindrical-coordinate representation of color #BB8EE1: hue angle of 272.53º 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 #BB8EE1 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 142 225 -
CMYK 0.17 0.37 0 0.12
HSL 272.53º 0.58% 0.72% -
HSV(B) 272.53º 0.37% 0.88% -
XYZ 43.76 35.35 75.75 -
YUV 164.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 187 142 225 0.17 0.37 0 0.12 272.53 0.58 0.72
Hex BB 8E E1 11 25 0 C 111 3A 48
Octal 273 216 341 21 45 0 14 421 72 110
Binary 10111011 10001110 11100001 10001 100101 0 1100 100010001 111010 1001000

Color Harmonies of #BB8EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8EE1

Black with #BB8EE1

Text Example


Text Example

White with #BB8EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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