Html Css Color HEX #BB92D7 Wisteria

📋 copy color: '#BB92D7'

red 187 ◦ green 146 ◦ blue 215

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

Shades of Wisteria #BB92D7

Tints of Wisteria #BB92D7

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.64%

 BLUE value IS 215 (84.38% from 255) = 39.23%

R = 34.12%
G = 26.64%
B = 39.23%

CMYK

 C value IS 0.13

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB92D7 (or 0xBB92D7) is known color: Wisteria. HEX triplet: BB, 92 and D7. RGB value is (187,146,215). Sum of RGB (Red+Green+Blue) = 187+146+215=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB92D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92D7 is #446D28. Grayscale: #A5A5A5. Windows color (decimal): -4484393 or 14127803. OLE color: 14127803.

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

Color convert

RGB 187 146 215 -
CMYK 0.13 0.32 0 0.16
HSL 275.65º 0.46% 0.71% -
HSV(B) 275.65º 0.32% 0.84% -
XYZ 43.04 36.03 68.98 -
YUV 166.13 155.58 142.89 -
System Red Green Blue C M Y K H S L
Decimal 187 146 215 0.13 0.32 0 0.16 275.65 0.46 0.71
Hex BB 92 D7 D 20 0 10 114 2E 47
Octal 273 222 327 15 40 0 20 424 56 107
Binary 10111011 10010010 11010111 1101 100000 0 10000 100010100 101110 1000111

Color Harmonies of #BB92D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92D7

Black with #BB92D7

Text Example


Text Example

White with #BB92D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92D7; }

 p { color: rgb(187,146,215); }

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

background-color css

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

 a { background-color: rgb(187,146,215); }

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

border-color css

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

 span { border-color: rgb(187,146,215); }

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