Html Css Color HEX #BB8ADB Wisteria

📋 copy color: '#BB8ADB'

red 187 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #BB8ADB

Tints of Wisteria #BB8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.37%

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 34.38%
G = 25.37%
B = 40.26%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB8ADB (or 0xBB8ADB) is known color: Wisteria. HEX triplet: BB, 8A and DB. RGB value is (187,138,219). Sum of RGB (Red+Green+Blue) = 187+138+219=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 138 (54.30% from 255 or 25.37% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB8ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8ADB is #447524. Grayscale: #A1A1A1. Windows color (decimal): -4486437 or 14387899. OLE color: 14387899.

HSL color Cylindrical-coordinate representation of color #BB8ADB: hue angle of 276.3º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8ADB is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 138 219 -
CMYK 0.15 0.37 0 0.14
HSL 276.3º 0.53% 0.7% -
HSV(B) 276.3º 0.37% 0.86% -
XYZ 42.37 33.86 71.32 -
YUV 161.89 160.23 145.91 -
System Red Green Blue C M Y K H S L
Decimal 187 138 219 0.15 0.37 0 0.14 276.3 0.53 0.7
Hex BB 8A DB F 25 0 E 114 35 46
Octal 273 212 333 17 45 0 16 424 65 106
Binary 10111011 10001010 11011011 1111 100101 0 1110 100010100 110101 1000110

Color Harmonies of #BB8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8ADB

Black with #BB8ADB

Text Example


Text Example

White with #BB8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8ADB; }

 p { color: rgb(187,138,219); }

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

background-color css

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

 a { background-color: rgb(187,138,219); }

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

border-color css

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

 span { border-color: rgb(187,138,219); }

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