Html Css Color HEX #BB8AD6 Wisteria

📋 copy color: '#BB8AD6'

red 187 ◦ green 138 ◦ blue 214

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

Shades of Wisteria #BB8AD6

Tints of Wisteria #BB8AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 34.69%
G = 25.6%
B = 39.7%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB8AD6 (or 0xBB8AD6) is known color: Wisteria. HEX triplet: BB, 8A and D6. RGB value is (187,138,214). Sum of RGB (Red+Green+Blue) = 187+138+214=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB8AD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD6 is #447529. Grayscale: #A1A1A1. Windows color (decimal): -4486442 or 14060219. OLE color: 14060219.

HSL color Cylindrical-coordinate representation of color #BB8AD6: hue angle of 278.68º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB8AD6 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 138 214 -
CMYK 0.13 0.36 0 0.16
HSL 278.68º 0.48% 0.69% -
HSV(B) 278.68º 0.36% 0.84% -
XYZ 41.72 33.6 67.9 -
YUV 161.32 157.73 146.32 -
System Red Green Blue C M Y K H S L
Decimal 187 138 214 0.13 0.36 0 0.16 278.68 0.48 0.69
Hex BB 8A D6 D 24 0 10 117 30 45
Octal 273 212 326 15 44 0 20 427 60 105
Binary 10111011 10001010 11010110 1101 100100 0 10000 100010111 110000 1000101

Color Harmonies of #BB8AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8AD6

Black with #BB8AD6

Text Example


Text Example

White with #BB8AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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