Html Css Color HEX #BB92DD Wisteria

📋 copy color: '#BB92DD'

red 187 ◦ green 146 ◦ blue 221

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

Shades of Wisteria #BB92DD

Tints of Wisteria #BB92DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.89%

R = 33.75%
G = 26.35%
B = 39.89%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB92DD (or 0xBB92DD) is known color: Wisteria. HEX triplet: BB, 92 and DD. RGB value is (187,146,221). Sum of RGB (Red+Green+Blue) = 187+146+221=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB92DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92DD is #446D22. Grayscale: #A6A6A6. Windows color (decimal): -4484387 or 14521019. OLE color: 14521019.

HSL color Cylindrical-coordinate representation of color #BB92DD: hue angle of 272.8º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB92DD is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 146 221 -
CMYK 0.15 0.34 0 0.13
HSL 272.8º 0.52% 0.72% -
HSV(B) 272.8º 0.34% 0.87% -
XYZ 43.82 36.34 73.11 -
YUV 166.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 187 146 221 0.15 0.34 0 0.13 272.8 0.52 0.72
Hex BB 92 DD F 22 0 D 111 34 48
Octal 273 222 335 17 42 0 15 421 64 110
Binary 10111011 10010010 11011101 1111 100010 0 1101 100010001 110100 1001000

Color Harmonies of #BB92DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92DD

Black with #BB92DD

Text Example


Text Example

White with #BB92DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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