Html Css Color HEX #BB93DA Wisteria

📋 copy color: '#BB93DA'

red 187 ◦ green 147 ◦ blue 218

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

Shades of Wisteria #BB93DA

Tints of Wisteria #BB93DA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.63%

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 33.88%
G = 26.63%
B = 39.49%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB93DA (or 0xBB93DA) is known color: Wisteria. HEX triplet: BB, 93 and DA. RGB value is (187,147,218). Sum of RGB (Red+Green+Blue) = 187+147+218=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93DA is #446C25. Grayscale: #A6A6A6. Windows color (decimal): -4484134 or 14324667. OLE color: 14324667.

HSL color Cylindrical-coordinate representation of color #BB93DA: hue angle of 273.8º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB93DA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 147 218 -
CMYK 0.14 0.33 0 0.15
HSL 273.8º 0.49% 0.72% -
HSV(B) 273.8º 0.33% 0.85% -
XYZ 43.58 36.49 71.08 -
YUV 167.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 187 147 218 0.14 0.33 0 0.15 273.8 0.49 0.72
Hex BB 93 DA E 21 0 F 112 31 48
Octal 273 223 332 16 41 0 17 422 61 110
Binary 10111011 10010011 11011010 1110 100001 0 1111 100010010 110001 1001000

Color Harmonies of #BB93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93DA

Black with #BB93DA

Text Example


Text Example

White with #BB93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93DA; }

 p { color: rgb(187,147,218); }

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

background-color css

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

 a { background-color: rgb(187,147,218); }

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

border-color css

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

 span { border-color: rgb(187,147,218); }

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