Html Css Color HEX #BB8ED0 Wisteria

📋 copy color: '#BB8ED0'

red 187 ◦ green 142 ◦ blue 208

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

Shades of Wisteria #BB8ED0

Tints of Wisteria #BB8ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 34.82%
G = 26.44%
B = 38.73%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB8ED0 (or 0xBB8ED0) is known color: Wisteria. HEX triplet: BB, 8E and D0. RGB value is (187,142,208). Sum of RGB (Red+Green+Blue) = 187+142+208=537 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.82% from 537); Green value is 142 (55.86% from 255 or 26.44% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB8ED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ED0 is #44712F. Grayscale: #A2A2A2. Windows color (decimal): -4485424 or 13668027. OLE color: 13668027.

HSL color Cylindrical-coordinate representation of color #BB8ED0: hue angle of 280.91º degrees, saturation: 0.41, 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 #BB8ED0 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 142 208 -
CMYK 0.10 0.32 0 0.18
HSL 280.91º 0.41% 0.69% -
HSV(B) 280.91º 0.32% 0.82% -
XYZ 41.55 34.46 64.14 -
YUV 162.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 187 142 208 0.10 0.32 0 0.18 280.91 0.41 0.69
Hex BB 8E D0 A 20 0 12 119 29 45
Octal 273 216 320 12 40 0 22 431 51 105
Binary 10111011 10001110 11010000 1010 100000 0 10010 100011001 101001 1000101

Color Harmonies of #BB8ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8ED0

Black with #BB8ED0

Text Example


Text Example

White with #BB8ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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