Html Css Color HEX #BA92D6 Wisteria

📋 copy color: '#BA92D6'

red 186 ◦ green 146 ◦ blue 214

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

Shades of Wisteria #BA92D6

Tints of Wisteria #BA92D6

RGB

 RED value IS 186 (73.05% from 255) = 34.07%

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

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

R = 34.07%
G = 26.74%
B = 39.19%

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

#BA92D6 (or 0xBA92D6) is known color: Wisteria. HEX triplet: BA, 92 and D6. RGB value is (186,146,214). Sum of RGB (Red+Green+Blue) = 186+146+214=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 146 (57.42% from 255 or 26.74% from 546); Blue value is 214 (83.98% from 255 or 39.19% from 546); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA92D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BA92D6 is #456D29. Grayscale: #A5A5A5. Windows color (decimal): -4549930 or 14062266. OLE color: 14062266.

HSL color Cylindrical-coordinate representation of color #BA92D6: hue angle of 275.29º degrees, saturation: 0.45, 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 #BA92D6 is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 186 146 214 -
CMYK 0.13 0.32 0 0.16
HSL 275.29º 0.45% 0.71% -
HSV(B) 275.29º 0.32% 0.84% -
XYZ 42.67 35.85 68.29 -
YUV 165.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 186 146 214 0.13 0.32 0 0.16 275.29 0.45 0.71
Hex BA 92 D6 D 20 0 10 113 2D 47
Octal 272 222 326 15 40 0 20 423 55 107
Binary 10111010 10010010 11010110 1101 100000 0 10000 100010011 101101 1000111

Color Harmonies of #BA92D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA92D6

Black with #BA92D6

Text Example


Text Example

White with #BA92D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA92D6; }

 p { color: rgb(186,146,214); }

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

background-color css

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

 a { background-color: rgb(186,146,214); }

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

border-color css

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

 span { border-color: rgb(186,146,214); }

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