Html Css Color HEX #BB8AD3 Wisteria

📋 copy color: '#BB8AD3'

red 187 ◦ green 138 ◦ blue 211

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

Shades of Wisteria #BB8AD3

Tints of Wisteria #BB8AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 39.37%

R = 34.89%
G = 25.75%
B = 39.37%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BB8AD3 (or 0xBB8AD3) is known color: Wisteria. HEX triplet: BB, 8A and D3. RGB value is (187,138,211). Sum of RGB (Red+Green+Blue) = 187+138+211=536 (70% of max value = 765). Red value is 187 (73.44% from 255 or 34.89% from 536); Green value is 138 (54.30% from 255 or 25.75% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 211 - color contains mainly: blue. Hex color #BB8AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD3 is #44752C. Grayscale: #A0A0A0. Windows color (decimal): -4486445 or 13863611. OLE color: 13863611.

HSL color Cylindrical-coordinate representation of color #BB8AD3: hue angle of 280.27º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8AD3 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 138 211 -
CMYK 0.11 0.35 0 0.17
HSL 280.27º 0.45% 0.68% -
HSV(B) 280.27º 0.35% 0.83% -
XYZ 41.34 33.44 65.9 -
YUV 160.97 156.23 146.56 -
System Red Green Blue C M Y K H S L
Decimal 187 138 211 0.11 0.35 0 0.17 280.27 0.45 0.68
Hex BB 8A D3 B 23 0 11 118 2D 44
Octal 273 212 323 13 43 0 21 430 55 104
Binary 10111011 10001010 11010011 1011 100011 0 10001 100011000 101101 1000100

Color Harmonies of #BB8AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AD3

Black with #BB8AD3

Text Example


Text Example

White with #BB8AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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